Html Css Color HEX #BAB33E Brass

📋 copy color: '#BAB33E'

red 186 ◦ green 179 ◦ blue 62

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

Shades of Brass #BAB33E

Tints of Brass #BAB33E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.92%

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 43.56%
G = 41.92%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB33E (or 0xBAB33E) is known color: Brass. HEX triplet: BA, B3 and 3E. RGB value is (186,179,62). Sum of RGB (Red+Green+Blue) = 186+179+62=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB33E is #454CC1. Grayscale: #A8A8A8. Windows color (decimal): -4541634 or 4109242. OLE color: 4109242.

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

Color convert

RGB 186 179 62 -
CMYK 0 0.04 0.67 0.27
HSL 56.61º 0.5% 0.49% -
HSV(B) 56.61º 0.67% 0.73% -
XYZ 37.24 43.03 10.9 -
YUV 167.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 186 179 62 0 0.04 0.67 0.27 56.61 0.5 0.49
Hex BA B3 3E 0 4 43 1B 39 32 31
Octal 272 263 76 0 4 103 33 71 62 61
Binary 10111010 10110011 111110 0 100 1000011 11011 111001 110010 110001

Color Harmonies of #BAB33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB33E

Black with #BAB33E

Text Example


Text Example

White with #BAB33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB33E; }

 p { color: rgb(186,179,62); }

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

background-color css

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

 a { background-color: rgb(186,179,62); }

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

border-color css

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

 span { border-color: rgb(186,179,62); }

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