Html Css Color HEX #B9A705 Buddha Gold

📋 copy color: '#B9A705'

red 185 ◦ green 167 ◦ blue 5

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

Shades of Buddha Gold #B9A705

Tints of Buddha Gold #B9A705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.78%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 51.82%
G = 46.78%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B9A705 (or 0xB9A705) is known color: Buddha Gold. HEX triplet: B9, A7 and 05. RGB value is (185,167,5). Sum of RGB (Red+Green+Blue) = 185+167+5=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A705 is #4658FA. Grayscale: #9A9A9A. Windows color (decimal): -4610299 or 370617. OLE color: 370617.

HSL color Cylindrical-coordinate representation of color #B9A705: hue angle of 54º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9A705 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 5 -
CMYK 0 0.10 0.97 0.27
HSL 54º 0.95% 0.37% -
HSV(B) 54º 0.97% 0.73% -
XYZ 33.85 37.96 5.69 -
YUV 153.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 185 167 5 0 0.10 0.97 0.27 54 0.95 0.37
Hex B9 A7 5 0 A 61 1B 36 5F 25
Octal 271 247 5 0 12 141 33 66 137 45
Binary 10111001 10100111 101 0 1010 1100001 11011 110110 1011111 100101

Color Harmonies of #B9A705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A705

Black with #B9A705

Text Example


Text Example

White with #B9A705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A705; }

 p { color: rgb(185,167,5); }

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

background-color css

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

 a { background-color: rgb(185,167,5); }

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

border-color css

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

 span { border-color: rgb(185,167,5); }

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