Html Css Color HEX #BAB13A Brass

📋 copy color: '#BAB13A'

red 186 ◦ green 177 ◦ blue 58

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

Shades of Brass #BAB13A

Tints of Brass #BAB13A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.04%

 BLUE value IS 58 (23.05% from 255) = 13.78%

R = 44.18%
G = 42.04%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAB13A (or 0xBAB13A) is known color: Brass. HEX triplet: BA, B1 and 3A. RGB value is (186,177,58). Sum of RGB (Red+Green+Blue) = 186+177+58=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB13A is #454EC5. Grayscale: #A6A6A6. Windows color (decimal): -4542150 or 3846586. OLE color: 3846586.

HSL color Cylindrical-coordinate representation of color #BAB13A: hue angle of 55.78º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAB13A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 58 -
CMYK 0 0.05 0.69 0.27
HSL 55.78º 0.52% 0.48% -
HSV(B) 55.78º 0.69% 0.73% -
XYZ 36.74 42.19 10.21 -
YUV 166.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 186 177 58 0 0.05 0.69 0.27 55.78 0.52 0.48
Hex BA B1 3A 0 5 45 1B 38 34 30
Octal 272 261 72 0 5 105 33 70 64 60
Binary 10111010 10110001 111010 0 101 1000101 11011 111000 110100 110000

Color Harmonies of #BAB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB13A

Black with #BAB13A

Text Example


Text Example

White with #BAB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB13A; }

 p { color: rgb(186,177,58); }

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

background-color css

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

 a { background-color: rgb(186,177,58); }

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

border-color css

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

 span { border-color: rgb(186,177,58); }

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