#B8971B

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

Shades of Buddha Gold #B8971B

Tints of Buddha Gold #B8971B

Color information

#B8971B (or 0xB8971B) is unknown color: approx Buddha Gold. HEX triplet: B8, 97 and 1B. RGB value is (184,151,27). Sum of RGB (Red+Green+Blue) = 184+151+27=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8971B is #4768E4. Grayscale: #939393. Windows color (decimal): -4679909 or 1808312. OLE color: 1808312.

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

Color convert

RGB18415127-
CMYK00.180.850.28
HSL47.39º74.41%41.37%-
HSV(B)47.39º85.33%72.16%-
XYZ31.0332.45.66-
YUV146.7360.43154.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 27 (10.94% from 255) = 7.46%
R=50.83%
G=41.71%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841512700.180.850.2847.3974.4141.37
HexB8971B012551C2f4a29
Octal27022733022125345711251
Binary1011100010010111110110100101010101111001011111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8971B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8971B; }

 p { color: rgb(184,151,27); }

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

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

 a { background-color: rgb(184,151,27); }

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

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

 span { border-color: rgb(184,151,27); }

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