Html Css Color HEX #BAB534 Brass

📋 copy color: '#BAB534'

red 186 ◦ green 181 ◦ blue 52

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

Shades of Brass #BAB534

Tints of Brass #BAB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 52 (20.7% from 255) = 12.41%

R = 44.39%
G = 43.2%
B = 12.41%

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

#BAB534 (or 0xBAB534) is known color: Brass. HEX triplet: BA, B5 and 34. RGB value is (186,181,52). Sum of RGB (Red+Green+Blue) = 186+181+52=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB534 is #454ACB. Grayscale: #A8A8A8. Windows color (decimal): -4541132 or 3454394. OLE color: 3454394.

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

Color convert

RGB 186 181 52 -
CMYK 0 0.03 0.72 0.27
HSL 57.76º 0.56% 0.47% -
HSV(B) 57.76º 0.72% 0.73% -
XYZ 37.39 43.73 9.72 -
YUV 167.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 186 181 52 0 0.03 0.72 0.27 57.76 0.56 0.47
Hex BA B5 34 0 3 48 1B 3A 38 2F
Octal 272 265 64 0 3 110 33 72 70 57
Binary 10111010 10110101 110100 0 11 1001000 11011 111010 111000 101111

Color Harmonies of #BAB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB534

Black with #BAB534

Text Example


Text Example

White with #BAB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB534; }

 p { color: rgb(186,181,52); }

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

background-color css

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

 a { background-color: rgb(186,181,52); }

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

border-color css

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

 span { border-color: rgb(186,181,52); }

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