Html Css Color HEX #B9971A Buddha Gold

📋 copy color: '#B9971A'

red 185 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #B9971A

Tints of Buddha Gold #B9971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 51.1%
G = 41.71%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9971A (or 0xB9971A) is known color: Buddha Gold. HEX triplet: B9, 97 and 1A. RGB value is (185,151,26). Sum of RGB (Red+Green+Blue) = 185+151+26=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9971A is #4668E5. Grayscale: #939393. Windows color (decimal): -4614374 or 1742777. OLE color: 1742777.

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

Color convert

RGB 185 151 26 -
CMYK 0 0.18 0.86 0.27
HSL 47.17º 0.75% 0.41% -
HSV(B) 47.17º 0.86% 0.73% -
XYZ 31.26 32.52 5.61 -
YUV 146.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 185 151 26 0 0.18 0.86 0.27 47.17 0.75 0.41
Hex B9 97 1A 0 12 56 1B 2F 4B 29
Octal 271 227 32 0 22 126 33 57 113 51
Binary 10111001 10010111 11010 0 10010 1010110 11011 101111 1001011 101001

Color Harmonies of #B9971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9971A

Black with #B9971A

Text Example


Text Example

White with #B9971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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