Html Css Color HEX #BAB24A Brass

📋 copy color: '#BAB24A'

red 186 ◦ green 178 ◦ blue 74

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

Shades of Brass #BAB24A

Tints of Brass #BAB24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 42.47%
G = 40.64%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB24A (or 0xBAB24A) is known color: Brass. HEX triplet: BA, B2 and 4A. RGB value is (186,178,74). Sum of RGB (Red+Green+Blue) = 186+178+74=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB24A is #454DB5. Grayscale: #A8A8A8. Windows color (decimal): -4541878 or 4895418. OLE color: 4895418.

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

Color convert

RGB 186 178 74 -
CMYK 0 0.04 0.60 0.27
HSL 55.71º 0.45% 0.51% -
HSV(B) 55.71º 0.6% 0.73% -
XYZ 37.41 42.77 12.76 -
YUV 168.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 186 178 74 0 0.04 0.60 0.27 55.71 0.45 0.51
Hex BA B2 4A 0 4 3C 1B 38 2D 33
Octal 272 262 112 0 4 74 33 70 55 63
Binary 10111010 10110010 1001010 0 100 111100 11011 111000 101101 110011

Color Harmonies of #BAB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB24A

Black with #BAB24A

Text Example


Text Example

White with #BAB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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