Html Css Color HEX #BAB14B Brass

📋 copy color: '#BAB14B'

red 186 ◦ green 177 ◦ blue 75

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

Shades of Brass #BAB14B

Tints of Brass #BAB14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 42.47%
G = 40.41%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB14B (or 0xBAB14B) is known color: Brass. HEX triplet: BA, B1 and 4B. RGB value is (186,177,75). Sum of RGB (Red+Green+Blue) = 186+177+75=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB14B is #454EB4. Grayscale: #A8A8A8. Windows color (decimal): -4542133 or 4960698. OLE color: 4960698.

HSL color Cylindrical-coordinate representation of color #BAB14B: hue angle of 55.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB14B is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 75 -
CMYK 0 0.05 0.60 0.27
HSL 55.14º 0.45% 0.51% -
HSV(B) 55.14º 0.6% 0.73% -
XYZ 37.24 42.39 12.88 -
YUV 168.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 186 177 75 0 0.05 0.60 0.27 55.14 0.45 0.51
Hex BA B1 4B 0 5 3C 1B 37 2D 33
Octal 272 261 113 0 5 74 33 67 55 63
Binary 10111010 10110001 1001011 0 101 111100 11011 110111 101101 110011

Color Harmonies of #BAB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB14B

Black with #BAB14B

Text Example


Text Example

White with #BAB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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