Html Css Color HEX #BAB835 Brass

📋 copy color: '#BAB835'

red 186 ◦ green 184 ◦ blue 53

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

Shades of Brass #BAB835

Tints of Brass #BAB835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

 BLUE value IS 53 (21.09% from 255) = 12.53%

R = 43.97%
G = 43.5%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAB835 (or 0xBAB835) is known color: Brass. HEX triplet: BA, B8 and 35. RGB value is (186,184,53). Sum of RGB (Red+Green+Blue) = 186+184+53=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB835 is #4547CA. Grayscale: #AAAAAA. Windows color (decimal): -4540363 or 3520698. OLE color: 3520698.

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

Color convert

RGB 186 184 53 -
CMYK 0 0.01 0.72 0.27
HSL 59.1º 0.56% 0.47% -
HSV(B) 59.1º 0.72% 0.73% -
XYZ 38.03 44.98 10.05 -
YUV 169.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 186 184 53 0 0.01 0.72 0.27 59.1 0.56 0.47
Hex BA B8 35 0 1 48 1B 3B 38 2F
Octal 272 270 65 0 1 110 33 73 70 57
Binary 10111010 10111000 110101 0 1 1001000 11011 111011 111000 101111

Color Harmonies of #BAB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB835

Black with #BAB835

Text Example


Text Example

White with #BAB835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB835; }

 p { color: rgb(186,184,53); }

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

background-color css

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

 a { background-color: rgb(186,184,53); }

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

border-color css

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

 span { border-color: rgb(186,184,53); }

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