Html Css Color HEX #B9990C Buddha Gold

📋 copy color: '#B9990C'

red 185 ◦ green 153 ◦ blue 12

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

Shades of Buddha Gold #B9990C

Tints of Buddha Gold #B9990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

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

R = 52.86%
G = 43.71%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9990C (or 0xB9990C) is known color: Buddha Gold. HEX triplet: B9, 99 and 0C. RGB value is (185,153,12). Sum of RGB (Red+Green+Blue) = 185+153+12=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9990C is #4666F3. Grayscale: #939393. Windows color (decimal): -4613876 or 825785. OLE color: 825785.

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

Color convert

RGB 185 153 12 -
CMYK 0 0.17 0.94 0.27
HSL 48.9º 0.88% 0.39% -
HSV(B) 48.9º 0.94% 0.73% -
XYZ 31.47 33.12 5.08 -
YUV 146.49 52.1 155.46 -
System Red Green Blue C M Y K H S L
Decimal 185 153 12 0 0.17 0.94 0.27 48.9 0.88 0.39
Hex B9 99 C 0 11 5E 1B 31 58 27
Octal 271 231 14 0 21 136 33 61 130 47
Binary 10111001 10011001 1100 0 10001 1011110 11011 110001 1011000 100111

Color Harmonies of #B9990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9990C

Black with #B9990C

Text Example


Text Example

White with #B9990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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