Html Css Color HEX #B9971B Buddha Gold

📋 copy color: '#B9971B'

red 185 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #B9971B

Tints of Buddha Gold #B9971B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 50.96%
G = 41.6%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9971B (or 0xB9971B) is known color: Buddha Gold. HEX triplet: B9, 97 and 1B. RGB value is (185,151,27). Sum of RGB (Red+Green+Blue) = 185+151+27=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9971B is #4668E4. Grayscale: #939393. Windows color (decimal): -4614373 or 1808313. OLE color: 1808313.

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

Color convert

RGB 185 151 27 -
CMYK 0 0.18 0.85 0.27
HSL 47.09º 0.75% 0.42% -
HSV(B) 47.09º 0.85% 0.73% -
XYZ 31.27 32.53 5.67 -
YUV 147.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 185 151 27 0 0.18 0.85 0.27 47.09 0.75 0.42
Hex B9 97 1B 0 12 55 1B 2F 4B 2A
Octal 271 227 33 0 22 125 33 57 113 52
Binary 10111001 10010111 11011 0 10010 1010101 11011 101111 1001011 101010

Color Harmonies of #B9971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9971B

Black with #B9971B

Text Example


Text Example

White with #B9971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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