Html Css Color HEX #BAB33F Brass

📋 copy color: '#BAB33F'

red 186 ◦ green 179 ◦ blue 63

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

Shades of Brass #BAB33F

Tints of Brass #BAB33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.72%

R = 43.46%
G = 41.82%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB33F (or 0xBAB33F) is known color: Brass. HEX triplet: BA, B3 and 3F. RGB value is (186,179,63). Sum of RGB (Red+Green+Blue) = 186+179+63=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB33F is #454CC0. Grayscale: #A8A8A8. Windows color (decimal): -4541633 or 4174778. OLE color: 4174778.

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

Color convert

RGB 186 179 63 -
CMYK 0 0.04 0.66 0.27
HSL 56.59º 0.49% 0.49% -
HSV(B) 56.59º 0.66% 0.73% -
XYZ 37.27 43.04 11.05 -
YUV 167.87 68.82 140.93 -
System Red Green Blue C M Y K H S L
Decimal 186 179 63 0 0.04 0.66 0.27 56.59 0.49 0.49
Hex BA B3 3F 0 4 42 1B 39 31 31
Octal 272 263 77 0 4 102 33 71 61 61
Binary 10111010 10110011 111111 0 100 1000010 11011 111001 110001 110001

Color Harmonies of #BAB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB33F

Black with #BAB33F

Text Example


Text Example

White with #BAB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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