Html Css Color HEX #BAB33A Brass

📋 copy color: '#BAB33A'

red 186 ◦ green 179 ◦ blue 58

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

Shades of Brass #BAB33A

Tints of Brass #BAB33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.71%

R = 43.97%
G = 42.32%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAB33A (or 0xBAB33A) is known color: Brass. HEX triplet: BA, B3 and 3A. RGB value is (186,179,58). Sum of RGB (Red+Green+Blue) = 186+179+58=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB33A is #454CC5. Grayscale: #A7A7A7. Windows color (decimal): -4541638 or 3847098. OLE color: 3847098.

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

Color convert

RGB 186 179 58 -
CMYK 0 0.04 0.69 0.27
HSL 56.72º 0.52% 0.48% -
HSV(B) 56.72º 0.69% 0.73% -
XYZ 37.13 42.98 10.34 -
YUV 167.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 186 179 58 0 0.04 0.69 0.27 56.72 0.52 0.48
Hex BA B3 3A 0 4 45 1B 39 34 30
Octal 272 263 72 0 4 105 33 71 64 60
Binary 10111010 10110011 111010 0 100 1000101 11011 111001 110100 110000

Color Harmonies of #BAB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB33A

Black with #BAB33A

Text Example


Text Example

White with #BAB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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