Html Css Color HEX #BAB435 Brass

📋 copy color: '#BAB435'

red 186 ◦ green 180 ◦ blue 53

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

Shades of Brass #BAB435

Tints of Brass #BAB435

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

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

R = 44.39%
G = 42.96%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAB435 (or 0xBAB435) is known color: Brass. HEX triplet: BA, B4 and 35. RGB value is (186,180,53). Sum of RGB (Red+Green+Blue) = 186+180+53=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB435 is #454BCA. Grayscale: #A7A7A7. Windows color (decimal): -4541387 or 3519674. OLE color: 3519674.

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

Color convert

RGB 186 180 53 -
CMYK 0 0.03 0.72 0.27
HSL 57.29º 0.56% 0.47% -
HSV(B) 57.29º 0.72% 0.73% -
XYZ 37.21 43.34 9.77 -
YUV 167.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 186 180 53 0 0.03 0.72 0.27 57.29 0.56 0.47
Hex BA B4 35 0 3 48 1B 39 38 2F
Octal 272 264 65 0 3 110 33 71 70 57
Binary 10111010 10110100 110101 0 11 1001000 11011 111001 111000 101111

Color Harmonies of #BAB435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB435

Black with #BAB435

Text Example


Text Example

White with #BAB435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB435; }

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

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

background-color css

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

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

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

border-color css

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

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

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