Html Css Color HEX #B99C0B Buddha Gold

📋 copy color: '#B99C0B'

red 185 ◦ green 156 ◦ blue 11

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

Shades of Buddha Gold #B99C0B

Tints of Buddha Gold #B99C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 52.56%
G = 44.32%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B99C0B (or 0xB99C0B) is known color: Buddha Gold. HEX triplet: B9, 9C and 0B. RGB value is (185,156,11). Sum of RGB (Red+Green+Blue) = 185+156+11=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C0B is #4663F4. Grayscale: #949494. Windows color (decimal): -4613109 or 761017. OLE color: 761017.

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

Color convert

RGB 185 156 11 -
CMYK 0 0.16 0.94 0.27
HSL 50º 0.89% 0.38% -
HSV(B) 50º 0.94% 0.73% -
XYZ 31.96 34.12 5.22 -
YUV 148.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 185 156 11 0 0.16 0.94 0.27 50 0.89 0.38
Hex B9 9C B 0 10 5E 1B 32 59 26
Octal 271 234 13 0 20 136 33 62 131 46
Binary 10111001 10011100 1011 0 10000 1011110 11011 110010 1011001 100110

Color Harmonies of #B99C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C0B

Black with #B99C0B

Text Example


Text Example

White with #B99C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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