Html Css Color HEX #BAB43B Brass

📋 copy color: '#BAB43B'

red 186 ◦ green 180 ◦ blue 59

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

Shades of Brass #BAB43B

Tints of Brass #BAB43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.88%

R = 43.76%
G = 42.35%
B = 13.88%

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

#BAB43B (or 0xBAB43B) is known color: Brass. HEX triplet: BA, B4 and 3B. RGB value is (186,180,59). Sum of RGB (Red+Green+Blue) = 186+180+59=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB43B is #454BC4. Grayscale: #A8A8A8. Windows color (decimal): -4541381 or 3912890. OLE color: 3912890.

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

Color convert

RGB 186 180 59 -
CMYK 0 0.03 0.68 0.27
HSL 57.17º 0.52% 0.48% -
HSV(B) 57.17º 0.68% 0.73% -
XYZ 37.36 43.4 10.55 -
YUV 168 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 186 180 59 0 0.03 0.68 0.27 57.17 0.52 0.48
Hex BA B4 3B 0 3 44 1B 39 34 30
Octal 272 264 73 0 3 104 33 71 64 60
Binary 10111010 10110100 111011 0 11 1000100 11011 111001 110100 110000

Color Harmonies of #BAB43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB43B

Black with #BAB43B

Text Example


Text Example

White with #BAB43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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