Html Css Color HEX #BAB538 Brass

📋 copy color: '#BAB538'

red 186 ◦ green 181 ◦ blue 56

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

Shades of Brass #BAB538

Tints of Brass #BAB538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 43.97%
G = 42.79%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB538 (or 0xBAB538) is known color: Brass. HEX triplet: BA, B5 and 38. RGB value is (186,181,56). Sum of RGB (Red+Green+Blue) = 186+181+56=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB538 is #454AC7. Grayscale: #A8A8A8. Windows color (decimal): -4541128 or 3716538. OLE color: 3716538.

HSL color Cylindrical-coordinate representation of color #BAB538: hue angle of 57.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAB538 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 56 -
CMYK 0 0.03 0.70 0.27
HSL 57.69º 0.54% 0.47% -
HSV(B) 57.69º 0.7% 0.73% -
XYZ 37.49 43.77 10.21 -
YUV 168.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 186 181 56 0 0.03 0.70 0.27 57.69 0.54 0.47
Hex BA B5 38 0 3 46 1B 3A 36 2F
Octal 272 265 70 0 3 106 33 72 66 57
Binary 10111010 10110101 111000 0 11 1000110 11011 111010 110110 101111

Color Harmonies of #BAB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB538

Black with #BAB538

Text Example


Text Example

White with #BAB538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB538; }

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

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

background-color css

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

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

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

border-color css

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

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

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