#B8931D

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

Shades of Buddha Gold #B8931D

Tints of Buddha Gold #B8931D

Color information

#B8931D (or 0xB8931D) is unknown color: approx Buddha Gold. HEX triplet: B8, 93 and 1D. RGB value is (184,147,29). Sum of RGB (Red+Green+Blue) = 184+147+29=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8931D is #476CE2. Grayscale: #919191. Windows color (decimal): -4680931 or 1938360. OLE color: 1938360.

HSL color Cylindrical-coordinate representation of color #B8931D: hue angle of 45.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8931D is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18414729-
CMYK00.200.840.28
HSL45.68º72.77%41.76%-
HSV(B)45.68º84.24%72.16%-
XYZ30.4231.155.57-
YUV144.6162.76156.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 29 (11.72% from 255) = 8.06%
R=51.11%
G=40.83%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841472900.200.840.2845.6872.7741.76
HexB8931D014541C2e492a
Octal27022335024124345611152
Binary1011100010010011111010101001010100111001011101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8931D; }

 p { color: rgb(184,147,29); }

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

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

 a { background-color: rgb(184,147,29); }

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

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

 span { border-color: rgb(184,147,29); }

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