Html Css Color HEX #BAB335 Brass

📋 copy color: '#BAB335'

red 186 ◦ green 179 ◦ blue 53

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

Shades of Brass #BAB335

Tints of Brass #BAB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

 BLUE value IS 53 (21.09% from 255) = 12.68%

R = 44.5%
G = 42.82%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAB335 (or 0xBAB335) is known color: Brass. HEX triplet: BA, B3 and 35. RGB value is (186,179,53). Sum of RGB (Red+Green+Blue) = 186+179+53=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB335 is #454CCA. Grayscale: #A7A7A7. Windows color (decimal): -4541643 or 3519418. OLE color: 3519418.

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

Color convert

RGB 186 179 53 -
CMYK 0 0.04 0.72 0.27
HSL 56.84º 0.56% 0.47% -
HSV(B) 56.84º 0.72% 0.73% -
XYZ 37.01 42.94 9.7 -
YUV 166.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 186 179 53 0 0.04 0.72 0.27 56.84 0.56 0.47
Hex BA B3 35 0 4 48 1B 39 38 2F
Octal 272 263 65 0 4 110 33 71 70 57
Binary 10111010 10110011 110101 0 100 1001000 11011 111001 111000 101111

Color Harmonies of #BAB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB335

Black with #BAB335

Text Example


Text Example

White with #BAB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB335; }

 p { color: rgb(186,179,53); }

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

background-color css

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

 a { background-color: rgb(186,179,53); }

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

border-color css

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

 span { border-color: rgb(186,179,53); }

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