Html Css Color HEX #BAB43C Brass

📋 copy color: '#BAB43C'

red 186 ◦ green 180 ◦ blue 60

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

Shades of Brass #BAB43C

Tints of Brass #BAB43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 43.66%
G = 42.25%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAB43C (or 0xBAB43C) is known color: Brass. HEX triplet: BA, B4 and 3C. RGB value is (186,180,60). Sum of RGB (Red+Green+Blue) = 186+180+60=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB43C is #454BC3. Grayscale: #A8A8A8. Windows color (decimal): -4541380 or 3978426. OLE color: 3978426.

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

Color convert

RGB 186 180 60 -
CMYK 0 0.03 0.68 0.27
HSL 57.14º 0.51% 0.48% -
HSV(B) 57.14º 0.68% 0.73% -
XYZ 37.39 43.41 10.68 -
YUV 168.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 186 180 60 0 0.03 0.68 0.27 57.14 0.51 0.48
Hex BA B4 3C 0 3 44 1B 39 33 30
Octal 272 264 74 0 3 104 33 71 63 60
Binary 10111010 10110100 111100 0 11 1000100 11011 111001 110011 110000

Color Harmonies of #BAB43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB43C

Black with #BAB43C

Text Example


Text Example

White with #BAB43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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