Html Css Color HEX #B99C0F Buddha Gold

📋 copy color: '#B99C0F'

red 185 ◦ green 156 ◦ blue 15

#B99C0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B99C0F

Tints of Buddha Gold #B99C0F

RGB

 RED value IS 185 (72.66% from 255) = 51.97%

 GREEN value IS 156 (61.33% from 255) = 43.82%

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 51.97%
G = 43.82%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B99C0F (or 0xB99C0F) is known color: Buddha Gold. HEX triplet: B9, 9C and 0F. RGB value is (185,156,15). Sum of RGB (Red+Green+Blue) = 185+156+15=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C0F is #4663F0. Grayscale: #959595. Windows color (decimal): -4613105 or 1023161. OLE color: 1023161.

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

Color convert

RGB 185 156 15 -
CMYK 0 0.16 0.92 0.27
HSL 49.76º 0.85% 0.39% -
HSV(B) 49.76º 0.92% 0.73% -
XYZ 31.98 34.13 5.35 -
YUV 148.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 185 156 15 0 0.16 0.92 0.27 49.76 0.85 0.39
Hex B9 9C F 0 10 5C 1B 32 55 27
Octal 271 234 17 0 20 134 33 62 125 47
Binary 10111001 10011100 1111 0 10000 1011100 11011 110010 1010101 100111

Color Harmonies of #B99C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C0F

Black with #B99C0F

Text Example


Text Example

White with #B99C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C0F; }

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

 H1.HeaderClassName
 {
   color: #B99C0F;
 }
 .AnyTagClassName
 {
   color: #B99C0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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