Html Css Color HEX #BAB24B Brass

📋 copy color: '#BAB24B'

red 186 ◦ green 178 ◦ blue 75

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

Shades of Brass #BAB24B

Tints of Brass #BAB24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 42.37%
G = 40.55%
B = 17.08%

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

#BAB24B (or 0xBAB24B) is known color: Brass. HEX triplet: BA, B2 and 4B. RGB value is (186,178,75). Sum of RGB (Red+Green+Blue) = 186+178+75=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB24B is #454DB4. Grayscale: #A9A9A9. Windows color (decimal): -4541877 or 4960954. OLE color: 4960954.

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

Color convert

RGB 186 178 75 -
CMYK 0 0.04 0.60 0.27
HSL 55.68º 0.45% 0.51% -
HSV(B) 55.68º 0.6% 0.73% -
XYZ 37.44 42.79 12.94 -
YUV 168.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 186 178 75 0 0.04 0.60 0.27 55.68 0.45 0.51
Hex BA B2 4B 0 4 3C 1B 38 2D 33
Octal 272 262 113 0 4 74 33 70 55 63
Binary 10111010 10110010 1001011 0 100 111100 11011 111000 101101 110011

Color Harmonies of #BAB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB24B

Black with #BAB24B

Text Example


Text Example

White with #BAB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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