Html Css Color HEX #BAAB42 Brass

📋 copy color: '#BAAB42'

red 186 ◦ green 171 ◦ blue 66

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

Shades of Brass #BAAB42

Tints of Brass #BAAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 43.97%
G = 40.43%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAAB42 (or 0xBAAB42) is known color: Brass. HEX triplet: BA, AB and 42. RGB value is (186,171,66). Sum of RGB (Red+Green+Blue) = 186+171+66=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB42 is #4554BD. Grayscale: #A3A3A3. Windows color (decimal): -4543678 or 4369338. OLE color: 4369338.

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

Color convert

RGB 186 171 66 -
CMYK 0 0.08 0.65 0.27
HSL 52.5º 0.48% 0.49% -
HSV(B) 52.5º 0.65% 0.73% -
XYZ 35.8 39.96 10.98 -
YUV 163.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 186 171 66 0 0.08 0.65 0.27 52.5 0.48 0.49
Hex BA AB 42 0 8 41 1B 34 30 31
Octal 272 253 102 0 10 101 33 64 60 61
Binary 10111010 10101011 1000010 0 1000 1000001 11011 110100 110000 110001

Color Harmonies of #BAAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB42

Black with #BAAB42

Text Example


Text Example

White with #BAAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB42; }

 p { color: rgb(186,171,66); }

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

background-color css

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

 a { background-color: rgb(186,171,66); }

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

border-color css

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

 span { border-color: rgb(186,171,66); }

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