Html Css Color HEX #BAB53B Brass

📋 copy color: '#BAB53B'

red 186 ◦ green 181 ◦ blue 59

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

Shades of Brass #BAB53B

Tints of Brass #BAB53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.85%

R = 43.66%
G = 42.49%
B = 13.85%

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

#BAB53B (or 0xBAB53B) is known color: Brass. HEX triplet: BA, B5 and 3B. RGB value is (186,181,59). Sum of RGB (Red+Green+Blue) = 186+181+59=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB53B is #454AC4. Grayscale: #A9A9A9. Windows color (decimal): -4541125 or 3913146. OLE color: 3913146.

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

Color convert

RGB 186 181 59 -
CMYK 0 0.03 0.68 0.27
HSL 57.64º 0.52% 0.48% -
HSV(B) 57.64º 0.68% 0.73% -
XYZ 37.56 43.8 10.61 -
YUV 168.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 186 181 59 0 0.03 0.68 0.27 57.64 0.52 0.48
Hex BA B5 3B 0 3 44 1B 3A 34 30
Octal 272 265 73 0 3 104 33 72 64 60
Binary 10111010 10110101 111011 0 11 1000100 11011 111010 110100 110000

Color Harmonies of #BAB53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB53B

Black with #BAB53B

Text Example


Text Example

White with #BAB53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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