Html Css Color HEX #B9980C Buddha Gold

📋 copy color: '#B9980C'

red 185 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #B9980C

Tints of Buddha Gold #B9980C

RGB

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

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

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

R = 53.01%
G = 43.55%
B = 3.44%

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

#B9980C (or 0xB9980C) is known color: Buddha Gold. HEX triplet: B9, 98 and 0C. RGB value is (185,152,12). Sum of RGB (Red+Green+Blue) = 185+152+12=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9980C is #4667F3. Grayscale: #929292. Windows color (decimal): -4614132 or 825529. OLE color: 825529.

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

Color convert

RGB 185 152 12 -
CMYK 0 0.18 0.94 0.27
HSL 48.55º 0.88% 0.39% -
HSV(B) 48.55º 0.94% 0.73% -
XYZ 31.3 32.8 5.03 -
YUV 145.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 185 152 12 0 0.18 0.94 0.27 48.55 0.88 0.39
Hex B9 98 C 0 12 5E 1B 31 58 27
Octal 271 230 14 0 22 136 33 61 130 47
Binary 10111001 10011000 1100 0 10010 1011110 11011 110001 1011000 100111

Color Harmonies of #B9980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9980C

Black with #B9980C

Text Example


Text Example

White with #B9980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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