Html Css Color HEX #BAB443 Brass

📋 copy color: '#BAB443'

red 186 ◦ green 180 ◦ blue 67

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

Shades of Brass #BAB443

Tints of Brass #BAB443

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

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

R = 42.96%
G = 41.57%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAB443 (or 0xBAB443) is known color: Brass. HEX triplet: BA, B4 and 43. RGB value is (186,180,67). Sum of RGB (Red+Green+Blue) = 186+180+67=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB443 is #454BBC. Grayscale: #A9A9A9. Windows color (decimal): -4541373 or 4437178. OLE color: 4437178.

HSL color Cylindrical-coordinate representation of color #BAB443: hue angle of 56.97º 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 #BAB443 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 67 -
CMYK 0 0.03 0.64 0.27
HSL 56.97º 0.47% 0.5% -
HSV(B) 56.97º 0.64% 0.73% -
XYZ 37.58 43.49 11.72 -
YUV 168.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 186 180 67 0 0.03 0.64 0.27 56.97 0.47 0.5
Hex BA B4 43 0 3 40 1B 39 2F 32
Octal 272 264 103 0 3 100 33 71 57 62
Binary 10111010 10110100 1000011 0 11 1000000 11011 111001 101111 110010

Color Harmonies of #BAB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB443

Black with #BAB443

Text Example


Text Example

White with #BAB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB443; }

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

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

background-color css

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

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

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

border-color css

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

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

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