Html Css Color HEX #BAB935 Brass

📋 copy color: '#BAB935'

red 186 ◦ green 185 ◦ blue 53

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

Shades of Brass #BAB935

Tints of Brass #BAB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

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

R = 43.87%
G = 43.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAB935 (or 0xBAB935) is known color: Brass. HEX triplet: BA, B9 and 35. RGB value is (186,185,53). Sum of RGB (Red+Green+Blue) = 186+185+53=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB935 is #4546CA. Grayscale: #AAAAAA. Windows color (decimal): -4540107 or 3520954. OLE color: 3520954.

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

Color convert

RGB 186 185 53 -
CMYK 0 0.01 0.72 0.27
HSL 59.55º 0.56% 0.47% -
HSV(B) 59.55º 0.72% 0.73% -
XYZ 38.24 45.39 10.11 -
YUV 170.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 186 185 53 0 0.01 0.72 0.27 59.55 0.56 0.47
Hex BA B9 35 0 1 48 1B 3C 38 2F
Octal 272 271 65 0 1 110 33 74 70 57
Binary 10111010 10111001 110101 0 1 1001000 11011 111100 111000 101111

Color Harmonies of #BAB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB935

Black with #BAB935

Text Example


Text Example

White with #BAB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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