Html Css Color HEX #BAB041 Brass

📋 copy color: '#BAB041'

red 186 ◦ green 176 ◦ blue 65

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

Shades of Brass #BAB041

Tints of Brass #BAB041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.22%

 BLUE value IS 65 (25.78% from 255) = 15.22%

R = 43.56%
G = 41.22%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB041 (or 0xBAB041) is known color: Brass. HEX triplet: BA, B0 and 41. RGB value is (186,176,65). Sum of RGB (Red+Green+Blue) = 186+176+65=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB041 is #454FBE. Grayscale: #A6A6A6. Windows color (decimal): -4542399 or 4305082. OLE color: 4305082.

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

Color convert

RGB 186 176 65 -
CMYK 0 0.05 0.65 0.27
HSL 55.04º 0.48% 0.49% -
HSV(B) 55.04º 0.65% 0.73% -
XYZ 36.73 41.87 11.15 -
YUV 166.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 186 176 65 0 0.05 0.65 0.27 55.04 0.48 0.49
Hex BA B0 41 0 5 41 1B 37 30 31
Octal 272 260 101 0 5 101 33 67 60 61
Binary 10111010 10110000 1000001 0 101 1000001 11011 110111 110000 110001

Color Harmonies of #BAB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB041

Black with #BAB041

Text Example


Text Example

White with #BAB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB041; }

 p { color: rgb(186,176,65); }

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

background-color css

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

 a { background-color: rgb(186,176,65); }

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

border-color css

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

 span { border-color: rgb(186,176,65); }

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