Html Css Color HEX #B99D0C Buddha Gold

📋 copy color: '#B99D0C'

red 185 ◦ green 157 ◦ blue 12

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

Shades of Buddha Gold #B99D0C

Tints of Buddha Gold #B99D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 52.26%
G = 44.35%
B = 3.39%

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

#B99D0C (or 0xB99D0C) is known color: Buddha Gold. HEX triplet: B9, 9D and 0C. RGB value is (185,157,12). Sum of RGB (Red+Green+Blue) = 185+157+12=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D0C is #4662F3. Grayscale: #959595. Windows color (decimal): -4612852 or 826809. OLE color: 826809.

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

Color convert

RGB 185 157 12 -
CMYK 0 0.15 0.94 0.27
HSL 50.29º 0.88% 0.39% -
HSV(B) 50.29º 0.94% 0.73% -
XYZ 32.13 34.45 5.3 -
YUV 148.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 185 157 12 0 0.15 0.94 0.27 50.29 0.88 0.39
Hex B9 9D C 0 F 5E 1B 32 58 27
Octal 271 235 14 0 17 136 33 62 130 47
Binary 10111001 10011101 1100 0 1111 1011110 11011 110010 1011000 100111

Color Harmonies of #B99D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D0C

Black with #B99D0C

Text Example


Text Example

White with #B99D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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