Html Css Color HEX #B9971E Buddha Gold

📋 copy color: '#B9971E'

red 185 ◦ green 151 ◦ blue 30

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

Shades of Buddha Gold #B9971E

Tints of Buddha Gold #B9971E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 50.55%
G = 41.26%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9971E (or 0xB9971E) is known color: Buddha Gold. HEX triplet: B9, 97 and 1E. RGB value is (185,151,30). Sum of RGB (Red+Green+Blue) = 185+151+30=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9971E is #4668E1. Grayscale: #939393. Windows color (decimal): -4614370 or 2004921. OLE color: 2004921.

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

Color convert

RGB 185 151 30 -
CMYK 0 0.18 0.84 0.27
HSL 46.84º 0.72% 0.42% -
HSV(B) 46.84º 0.84% 0.73% -
XYZ 31.31 32.54 5.86 -
YUV 147.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 185 151 30 0 0.18 0.84 0.27 46.84 0.72 0.42
Hex B9 97 1E 0 12 54 1B 2F 48 2A
Octal 271 227 36 0 22 124 33 57 110 52
Binary 10111001 10010111 11110 0 10010 1010100 11011 101111 1001000 101010

Color Harmonies of #B9971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9971E

Black with #B9971E

Text Example


Text Example

White with #B9971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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