Html Css Color HEX #BAB14C Brass

📋 copy color: '#BAB14C'

red 186 ◦ green 177 ◦ blue 76

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

Shades of Brass #BAB14C

Tints of Brass #BAB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

 BLUE value IS 76 (30.08% from 255) = 17.31%

R = 42.37%
G = 40.32%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAB14C (or 0xBAB14C) is known color: Brass. HEX triplet: BA, B1 and 4C. RGB value is (186,177,76). Sum of RGB (Red+Green+Blue) = 186+177+76=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB14C is #454EB3. Grayscale: #A8A8A8. Windows color (decimal): -4542132 or 5026234. OLE color: 5026234.

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

Color convert

RGB 186 177 76 -
CMYK 0 0.05 0.59 0.27
HSL 55.09º 0.44% 0.51% -
HSV(B) 55.09º 0.59% 0.73% -
XYZ 37.28 42.41 13.06 -
YUV 168.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 186 177 76 0 0.05 0.59 0.27 55.09 0.44 0.51
Hex BA B1 4C 0 5 3B 1B 37 2C 33
Octal 272 261 114 0 5 73 33 67 54 63
Binary 10111010 10110001 1001100 0 101 111011 11011 110111 101100 110011

Color Harmonies of #BAB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB14C

Black with #BAB14C

Text Example


Text Example

White with #BAB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB14C; }

 p { color: rgb(186,177,76); }

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

background-color css

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

 a { background-color: rgb(186,177,76); }

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

border-color css

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

 span { border-color: rgb(186,177,76); }

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