Html Css Color HEX #BAA208 Buddha Gold

📋 copy color: '#BAA208'

red 186 ◦ green 162 ◦ blue 8

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

Shades of Buddha Gold #BAA208

Tints of Buddha Gold #BAA208

RGB

 RED value IS 186 (73.05% from 255) = 52.25%

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

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

R = 52.25%
G = 45.51%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAA208 (or 0xBAA208) is known color: Buddha Gold. HEX triplet: BA, A2 and 08. RGB value is (186,162,8). Sum of RGB (Red+Green+Blue) = 186+162+8=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA208 is #455DF7. Grayscale: #989898. Windows color (decimal): -4546040 or 565946. OLE color: 565946.

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

Color convert

RGB 186 162 8 -
CMYK 0 0.13 0.96 0.27
HSL 51.91º 0.92% 0.38% -
HSV(B) 51.91º 0.96% 0.73% -
XYZ 33.21 36.3 5.49 -
YUV 151.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 186 162 8 0 0.13 0.96 0.27 51.91 0.92 0.38
Hex BA A2 8 0 D 60 1B 34 5C 26
Octal 272 242 10 0 15 140 33 64 134 46
Binary 10111010 10100010 1000 0 1101 1100000 11011 110100 1011100 100110

Color Harmonies of #BAA208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA208

Black with #BAA208

Text Example


Text Example

White with #BAA208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA208; }

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

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

background-color css

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

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

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

border-color css

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

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

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