Html Css Color HEX #BAB24C Brass

📋 copy color: '#BAB24C'

red 186 ◦ green 178 ◦ blue 76

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

Shades of Brass #BAB24C

Tints of Brass #BAB24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 42.27%
G = 40.45%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAB24C (or 0xBAB24C) is known color: Brass. HEX triplet: BA, B2 and 4C. RGB value is (186,178,76). Sum of RGB (Red+Green+Blue) = 186+178+76=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB24C is #454DB3. Grayscale: #A9A9A9. Windows color (decimal): -4541876 or 5026490. OLE color: 5026490.

HSL color Cylindrical-coordinate representation of color #BAB24C: hue angle of 55.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB24C is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 76 -
CMYK 0 0.04 0.59 0.27
HSL 55.64º 0.44% 0.51% -
HSV(B) 55.64º 0.59% 0.73% -
XYZ 37.47 42.8 13.12 -
YUV 168.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 186 178 76 0 0.04 0.59 0.27 55.64 0.44 0.51
Hex BA B2 4C 0 4 3B 1B 38 2C 33
Octal 272 262 114 0 4 73 33 70 54 63
Binary 10111010 10110010 1001100 0 100 111011 11011 111000 101100 110011

Color Harmonies of #BAB24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB24C

Black with #BAB24C

Text Example


Text Example

White with #BAB24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB24C; }

 p { color: rgb(186,178,76); }

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

background-color css

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

 a { background-color: rgb(186,178,76); }

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

border-color css

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

 span { border-color: rgb(186,178,76); }

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