#B99C1F

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

Shades of Buddha Gold #B99C1F

Tints of Buddha Gold #B99C1F

Color information

#B99C1F (or 0xB99C1F) is unknown color: approx Buddha Gold. HEX triplet: B9, 9C and 1F. RGB value is (185,156,31). Sum of RGB (Red+Green+Blue) = 185+156+31=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C1F is #4663E0. Grayscale: #969696. Windows color (decimal): -4613089 or 2071737. OLE color: 2071737.

HSL color Cylindrical-coordinate representation of color #B99C1F: hue angle of 48.7º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B99C1F is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18515631-
CMYK00.160.830.27
HSL48.7º71.3%42.35%-
HSV(B)48.7º83.24%72.55%-
XYZ32.1434.196.2-
YUV150.4260.61152.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=49.73%
G=41.94%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851563100.160.830.2748.771.342.35
HexB99C1F010531B31472a
Octal27123437020123336110752
Binary1011100110011100111110100001010011110111100011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C1F; }

 p { color: rgb(185,156,31); }

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

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

 a { background-color: rgb(185,156,31); }

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

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

 span { border-color: rgb(185,156,31); }

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