Html Css Color HEX #BAB53C Brass

📋 copy color: '#BAB53C'

red 186 ◦ green 181 ◦ blue 60

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

Shades of Brass #BAB53C

Tints of Brass #BAB53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 43.56%
G = 42.39%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAB53C (or 0xBAB53C) is known color: Brass. HEX triplet: BA, B5 and 3C. RGB value is (186,181,60). Sum of RGB (Red+Green+Blue) = 186+181+60=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB53C is #454AC3. Grayscale: #A9A9A9. Windows color (decimal): -4541124 or 3978682. OLE color: 3978682.

HSL color Cylindrical-coordinate representation of color #BAB53C: hue angle of 57.62º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAB53C is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 60 -
CMYK 0 0.03 0.68 0.27
HSL 57.62º 0.51% 0.48% -
HSV(B) 57.62º 0.68% 0.73% -
XYZ 37.59 43.81 10.75 -
YUV 168.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 186 181 60 0 0.03 0.68 0.27 57.62 0.51 0.48
Hex BA B5 3C 0 3 44 1B 3A 33 30
Octal 272 265 74 0 3 104 33 72 63 60
Binary 10111010 10110101 111100 0 11 1000100 11011 111010 110011 110000

Color Harmonies of #BAB53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB53C

Black with #BAB53C

Text Example


Text Example

White with #BAB53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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