Html Css Color HEX #BAB242 Brass

📋 copy color: '#BAB242'

red 186 ◦ green 178 ◦ blue 66

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

Shades of Brass #BAB242

Tints of Brass #BAB242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.35%

R = 43.26%
G = 41.4%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB242 (or 0xBAB242) is known color: Brass. HEX triplet: BA, B2 and 42. RGB value is (186,178,66). Sum of RGB (Red+Green+Blue) = 186+178+66=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB242 is #454DBD. Grayscale: #A8A8A8. Windows color (decimal): -4541886 or 4371130. OLE color: 4371130.

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

Color convert

RGB 186 178 66 -
CMYK 0 0.04 0.65 0.27
HSL 56º 0.48% 0.49% -
HSV(B) 56º 0.65% 0.73% -
XYZ 37.15 42.67 11.43 -
YUV 167.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 186 178 66 0 0.04 0.65 0.27 56 0.48 0.49
Hex BA B2 42 0 4 41 1B 38 30 31
Octal 272 262 102 0 4 101 33 70 60 61
Binary 10111010 10110010 1000010 0 100 1000001 11011 111000 110000 110001

Color Harmonies of #BAB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB242

Black with #BAB242

Text Example


Text Example

White with #BAB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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