Html Css Color HEX #BAB343 Brass

📋 copy color: '#BAB343'

red 186 ◦ green 179 ◦ blue 67

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

Shades of Brass #BAB343

Tints of Brass #BAB343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.51%

R = 43.06%
G = 41.44%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAB343 (or 0xBAB343) is known color: Brass. HEX triplet: BA, B3 and 43. RGB value is (186,179,67). Sum of RGB (Red+Green+Blue) = 186+179+67=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB343 is #454CBC. Grayscale: #A8A8A8. Windows color (decimal): -4541629 or 4436922. OLE color: 4436922.

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

Color convert

RGB 186 179 67 -
CMYK 0 0.04 0.64 0.27
HSL 56.47º 0.47% 0.5% -
HSV(B) 56.47º 0.64% 0.73% -
XYZ 37.38 43.08 11.66 -
YUV 168.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 186 179 67 0 0.04 0.64 0.27 56.47 0.47 0.5
Hex BA B3 43 0 4 40 1B 38 2F 32
Octal 272 263 103 0 4 100 33 70 57 62
Binary 10111010 10110011 1000011 0 100 1000000 11011 111000 101111 110010

Color Harmonies of #BAB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB343

Black with #BAB343

Text Example


Text Example

White with #BAB343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB343; }

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

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

background-color css

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

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

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

border-color css

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

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

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