#b4911b

Color #B4911B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B4911B

Tints of Buddha Gold #B4911B

Color information

#B4911B (or 0xB4911B) is unknown color: approx Buddha Gold. HEX triplet: B4, 91 and 1B. RGB value is (180,145,27). Sum of RGB (Red+Green+Blue) = 180+145+27=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4911B is #4B6EE4. Grayscale: #8E8E8E. Windows color (decimal): -4943589 or 1806772. OLE color: 1806772.

HSL color Cylindrical-coordinate representation of color #B4911B: hue angle of 46.27º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4911B is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18014527-
CMYK00.190.850.29
HSL46.27º73.91%40.59%-
HSV(B)46.27º85%70.59%-
XYZ29.1530.035.3-
YUV142.0163.1155.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 27 (10.94% from 255) = 7.67%
R=51.14%
G=41.19%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801452700.190.850.2946.2773.9140.59
HexB4911B013551D2e4a29
Octal26422133023125355611251
Binary1011010010010001110110100111010101111011011101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4911b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4911b; }

 p { color: rgb(180,145,27); }

 H1.HeaderClassName
 {
   color: #b4911b;
 }
 .AnyTagClassName
 {
   color: #b4911b;
 }
</style>
background-color css

<style>
 a { background-color: #b4911b; }

 a { background-color: rgb(180,145,27); }

 div.DivClassName
 {
   background-color: #b4911b;
 }
 .BgClassName
 {
   background-color: #b4911b;
 }
</style>
border-color css

<style>
 span { border-color: #b4911b; }

 span { border-color: rgb(180,145,27); }

 td.TdClassName
 {
   border-color: #b4911b;
 }
 .TagClassName
 {
   border-color: #b4911b;
 }
</style>