Html Css Color HEX #BAB247 Brass

📋 copy color: '#BAB247'

red 186 ◦ green 178 ◦ blue 71

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

Shades of Brass #BAB247

Tints of Brass #BAB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 42.76%
G = 40.92%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAB247 (or 0xBAB247) is known color: Brass. HEX triplet: BA, B2 and 47. RGB value is (186,178,71). Sum of RGB (Red+Green+Blue) = 186+178+71=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB247 is #454DB8. Grayscale: #A8A8A8. Windows color (decimal): -4541881 or 4698810. OLE color: 4698810.

HSL color Cylindrical-coordinate representation of color #BAB247: hue angle of 55.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB247 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 71 -
CMYK 0 0.04 0.62 0.27
HSL 55.83º 0.45% 0.5% -
HSV(B) 55.83º 0.62% 0.73% -
XYZ 37.31 42.73 12.24 -
YUV 168.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 186 178 71 0 0.04 0.62 0.27 55.83 0.45 0.5
Hex BA B2 47 0 4 3E 1B 38 2D 32
Octal 272 262 107 0 4 76 33 70 55 62
Binary 10111010 10110010 1000111 0 100 111110 11011 111000 101101 110010

Color Harmonies of #BAB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB247

Black with #BAB247

Text Example


Text Example

White with #BAB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB247; }

 p { color: rgb(186,178,71); }

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

background-color css

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

 a { background-color: rgb(186,178,71); }

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

border-color css

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

 span { border-color: rgb(186,178,71); }

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