Html Css Color HEX #B9990B Buddha Gold

📋 copy color: '#B9990B'

red 185 ◦ green 153 ◦ blue 11

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

Shades of Buddha Gold #B9990B

Tints of Buddha Gold #B9990B

RGB

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

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

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

R = 53.01%
G = 43.84%
B = 3.15%

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

#B9990B (or 0xB9990B) is known color: Buddha Gold. HEX triplet: B9, 99 and 0B. RGB value is (185,153,11). Sum of RGB (Red+Green+Blue) = 185+153+11=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9990B is #4666F4. Grayscale: #929292. Windows color (decimal): -4613877 or 760249. OLE color: 760249.

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

Color convert

RGB 185 153 11 -
CMYK 0 0.17 0.94 0.27
HSL 48.97º 0.89% 0.38% -
HSV(B) 48.97º 0.94% 0.73% -
XYZ 31.46 33.12 5.05 -
YUV 146.38 51.6 155.55 -
System Red Green Blue C M Y K H S L
Decimal 185 153 11 0 0.17 0.94 0.27 48.97 0.89 0.38
Hex B9 99 B 0 11 5E 1B 31 59 26
Octal 271 231 13 0 21 136 33 61 131 46
Binary 10111001 10011001 1011 0 10001 1011110 11011 110001 1011001 100110

Color Harmonies of #B9990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9990B

Black with #B9990B

Text Example


Text Example

White with #B9990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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