Html Css Color HEX #BAA217 Buddha Gold

📋 copy color: '#BAA217'

red 186 ◦ green 162 ◦ blue 23

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

Shades of Buddha Gold #BAA217

Tints of Buddha Gold #BAA217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 50.13%
G = 43.67%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BAA217 (or 0xBAA217) is known color: Buddha Gold. HEX triplet: BA, A2 and 17. RGB value is (186,162,23). Sum of RGB (Red+Green+Blue) = 186+162+23=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA217 is #455DE8. Grayscale: #999999. Windows color (decimal): -4546025 or 1548986. OLE color: 1548986.

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

Color convert

RGB 186 162 23 -
CMYK 0 0.13 0.88 0.27
HSL 51.17º 0.78% 0.41% -
HSV(B) 51.17º 0.88% 0.73% -
XYZ 33.32 36.34 6.07 -
YUV 153.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 186 162 23 0 0.13 0.88 0.27 51.17 0.78 0.41
Hex BA A2 17 0 D 58 1B 33 4E 29
Octal 272 242 27 0 15 130 33 63 116 51
Binary 10111010 10100010 10111 0 1101 1011000 11011 110011 1001110 101001

Color Harmonies of #BAA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA217

Black with #BAA217

Text Example


Text Example

White with #BAA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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