Html Css Color HEX #B9970E Buddha Gold

📋 copy color: '#B9970E'

red 185 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #B9970E

Tints of Buddha Gold #B9970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 52.86%
G = 43.14%
B = 4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9970E (or 0xB9970E) is known color: Buddha Gold. HEX triplet: B9, 97 and 0E. RGB value is (185,151,14). Sum of RGB (Red+Green+Blue) = 185+151+14=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9970E is #4668F1. Grayscale: #929292. Windows color (decimal): -4614386 or 956345. OLE color: 956345.

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

Color convert

RGB 185 151 14 -
CMYK 0 0.18 0.92 0.27
HSL 48.07º 0.86% 0.39% -
HSV(B) 48.07º 0.92% 0.73% -
XYZ 31.15 32.48 5.04 -
YUV 145.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 185 151 14 0 0.18 0.92 0.27 48.07 0.86 0.39
Hex B9 97 E 0 12 5C 1B 30 56 27
Octal 271 227 16 0 22 134 33 60 126 47
Binary 10111001 10010111 1110 0 10010 1011100 11011 110000 1010110 100111

Color Harmonies of #B9970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9970E

Black with #B9970E

Text Example


Text Example

White with #B9970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9970E; }

 p { color: rgb(185,151,14); }

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

background-color css

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

 a { background-color: rgb(185,151,14); }

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

border-color css

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

 span { border-color: rgb(185,151,14); }

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