Html Css Color HEX #B99D0B Buddha Gold

📋 copy color: '#B99D0B'

red 185 ◦ green 157 ◦ blue 11

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

Shades of Buddha Gold #B99D0B

Tints of Buddha Gold #B99D0B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.48%

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

R = 52.41%
G = 44.48%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B99D0B (or 0xB99D0B) is known color: Buddha Gold. HEX triplet: B9, 9D and 0B. RGB value is (185,157,11). Sum of RGB (Red+Green+Blue) = 185+157+11=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D0B is #4662F4. Grayscale: #959595. Windows color (decimal): -4612853 or 761273. OLE color: 761273.

HSL color Cylindrical-coordinate representation of color #B99D0B: hue angle of 50.34º 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 #B99D0B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 11 -
CMYK 0 0.15 0.94 0.27
HSL 50.34º 0.89% 0.38% -
HSV(B) 50.34º 0.94% 0.73% -
XYZ 32.12 34.45 5.27 -
YUV 148.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 185 157 11 0 0.15 0.94 0.27 50.34 0.89 0.38
Hex B9 9D B 0 F 5E 1B 32 59 26
Octal 271 235 13 0 17 136 33 62 131 46
Binary 10111001 10011101 1011 0 1111 1011110 11011 110010 1011001 100110

Color Harmonies of #B99D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D0B

Black with #B99D0B

Text Example


Text Example

White with #B99D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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