#B4961B

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

Shades of Buddha Gold #B4961B

Tints of Buddha Gold #B4961B

Color information

#B4961B (or 0xB4961B) is unknown color: approx Buddha Gold. HEX triplet: B4, 96 and 1B. RGB value is (180,150,27). Sum of RGB (Red+Green+Blue) = 180+150+27=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4961B is #4B69E4. Grayscale: #919191. Windows color (decimal): -4942309 or 1808052. OLE color: 1808052.

HSL color Cylindrical-coordinate representation of color #B4961B: hue angle of 48.24º 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 #B4961B is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18015027-
CMYK00.170.850.29
HSL48.24º73.91%40.59%-
HSV(B)48.24º85%70.59%-
XYZ29.9331.65.56-
YUV144.9561.44153-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 27 (10.94% from 255) = 7.56%
R=50.42%
G=42.02%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801502700.170.850.2948.2473.9140.59
HexB4961B011551D304a29
Octal26422633021125356011251
Binary1011010010010110110110100011010101111011100001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4961B; }

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

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

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

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

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

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

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

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