Html Css Color HEX #BAB33B Brass

📋 copy color: '#BAB33B'

red 186 ◦ green 179 ◦ blue 59

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

Shades of Brass #BAB33B

Tints of Brass #BAB33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.92%

R = 43.87%
G = 42.22%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAB33B (or 0xBAB33B) is known color: Brass. HEX triplet: BA, B3 and 3B. RGB value is (186,179,59). Sum of RGB (Red+Green+Blue) = 186+179+59=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB33B is #454CC4. Grayscale: #A7A7A7. Windows color (decimal): -4541637 or 3912634. OLE color: 3912634.

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

Color convert

RGB 186 179 59 -
CMYK 0 0.04 0.68 0.27
HSL 56.69º 0.52% 0.48% -
HSV(B) 56.69º 0.68% 0.73% -
XYZ 37.16 43 10.48 -
YUV 167.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 186 179 59 0 0.04 0.68 0.27 56.69 0.52 0.48
Hex BA B3 3B 0 4 44 1B 39 34 30
Octal 272 263 73 0 4 104 33 71 64 60
Binary 10111010 10110011 111011 0 100 1000100 11011 111001 110100 110000

Color Harmonies of #BAB33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB33B

Black with #BAB33B

Text Example


Text Example

White with #BAB33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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