Html Css Color HEX #B9980B Buddha Gold

📋 copy color: '#B9980B'

red 185 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #B9980B

Tints of Buddha Gold #B9980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

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

R = 53.16%
G = 43.68%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9980B (or 0xB9980B) is known color: Buddha Gold. HEX triplet: B9, 98 and 0B. RGB value is (185,152,11). Sum of RGB (Red+Green+Blue) = 185+152+11=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9980B is #4667F4. Grayscale: #929292. Windows color (decimal): -4614133 or 759993. OLE color: 759993.

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

Color convert

RGB 185 152 11 -
CMYK 0 0.18 0.94 0.27
HSL 48.62º 0.89% 0.38% -
HSV(B) 48.62º 0.94% 0.73% -
XYZ 31.3 32.79 5 -
YUV 145.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 185 152 11 0 0.18 0.94 0.27 48.62 0.89 0.38
Hex B9 98 B 0 12 5E 1B 31 59 26
Octal 271 230 13 0 22 136 33 61 131 46
Binary 10111001 10011000 1011 0 10010 1011110 11011 110001 1011001 100110

Color Harmonies of #B9980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9980B

Black with #B9980B

Text Example


Text Example

White with #B9980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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