Html Css Color HEX #BAB53D Brass

📋 copy color: '#BAB53D'

red 186 ◦ green 181 ◦ blue 61

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

Shades of Brass #BAB53D

Tints of Brass #BAB53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 43.46%
G = 42.29%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB53D (or 0xBAB53D) is known color: Brass. HEX triplet: BA, B5 and 3D. RGB value is (186,181,61). Sum of RGB (Red+Green+Blue) = 186+181+61=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB53D is #454AC2. Grayscale: #A9A9A9. Windows color (decimal): -4541123 or 4044218. OLE color: 4044218.

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

Color convert

RGB 186 181 61 -
CMYK 0 0.03 0.67 0.27
HSL 57.6º 0.51% 0.48% -
HSV(B) 57.6º 0.67% 0.73% -
XYZ 37.62 43.82 10.89 -
YUV 168.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 186 181 61 0 0.03 0.67 0.27 57.6 0.51 0.48
Hex BA B5 3D 0 3 43 1B 3A 33 30
Octal 272 265 75 0 3 103 33 72 63 60
Binary 10111010 10110101 111101 0 11 1000011 11011 111010 110011 110000

Color Harmonies of #BAB53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB53D

Black with #BAB53D

Text Example


Text Example

White with #BAB53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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