Html Css Color HEX #B9A208 Buddha Gold

📋 copy color: '#B9A208'

red 185 ◦ green 162 ◦ blue 8

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

Shades of Buddha Gold #B9A208

Tints of Buddha Gold #B9A208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.63%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 52.11%
G = 45.63%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B9A208 (or 0xB9A208) is known color: Buddha Gold. HEX triplet: B9, A2 and 08. RGB value is (185,162,8). Sum of RGB (Red+Green+Blue) = 185+162+8=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A208 is #465DF7. Grayscale: #979797. Windows color (decimal): -4611576 or 565945. OLE color: 565945.

HSL color Cylindrical-coordinate representation of color #B9A208: hue angle of 52.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9A208 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 8 -
CMYK 0 0.12 0.96 0.27
HSL 52.2º 0.92% 0.38% -
HSV(B) 52.2º 0.96% 0.73% -
XYZ 32.97 36.17 5.47 -
YUV 151.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 185 162 8 0 0.12 0.96 0.27 52.2 0.92 0.38
Hex B9 A2 8 0 C 60 1B 34 5C 26
Octal 271 242 10 0 14 140 33 64 134 46
Binary 10111001 10100010 1000 0 1100 1100000 11011 110100 1011100 100110

Color Harmonies of #B9A208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A208

Black with #B9A208

Text Example


Text Example

White with #B9A208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A208; }

 p { color: rgb(185,162,8); }

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

background-color css

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

 a { background-color: rgb(185,162,8); }

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

border-color css

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

 span { border-color: rgb(185,162,8); }

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