Html Css Color HEX #B9A01A Buddha Gold

📋 copy color: '#B9A01A'

red 185 ◦ green 160 ◦ blue 26

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

Shades of Buddha Gold #B9A01A

Tints of Buddha Gold #B9A01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.13%

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

R = 49.87%
G = 43.13%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A01A (or 0xB9A01A) is known color: Buddha Gold. HEX triplet: B9, A0 and 1A. RGB value is (185,160,26). Sum of RGB (Red+Green+Blue) = 185+160+26=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A01A is #465FE5. Grayscale: #989898. Windows color (decimal): -4612070 or 1745081. OLE color: 1745081.

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

Color convert

RGB 185 160 26 -
CMYK 0 0.14 0.86 0.27
HSL 50.57º 0.75% 0.41% -
HSV(B) 50.57º 0.86% 0.73% -
XYZ 32.76 35.53 6.11 -
YUV 152.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 185 160 26 0 0.14 0.86 0.27 50.57 0.75 0.41
Hex B9 A0 1A 0 E 56 1B 33 4B 29
Octal 271 240 32 0 16 126 33 63 113 51
Binary 10111001 10100000 11010 0 1110 1010110 11011 110011 1001011 101001

Color Harmonies of #B9A01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A01A

Black with #B9A01A

Text Example


Text Example

White with #B9A01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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