Html Css Color HEX #BAB795 Coriander

📋 copy color: '#BAB795'

red 186 ◦ green 183 ◦ blue 149

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

Shades of Coriander #BAB795

Tints of Coriander #BAB795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.33%

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 35.91%
G = 35.33%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAB795 (or 0xBAB795) is known color: Coriander. HEX triplet: BA, B7 and 95. RGB value is (186,183,149). Sum of RGB (Red+Green+Blue) = 186+183+149=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB795 is #45486A. Grayscale: #B4B4B4. Windows color (decimal): -4540523 or 9811898. OLE color: 9811898.

HSL color Cylindrical-coordinate representation of color #BAB795: hue angle of 55.14º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB795 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 149 -
CMYK 0 0.02 0.20 0.27
HSL 55.14º 0.21% 0.66% -
HSV(B) 55.14º 0.2% 0.73% -
XYZ 42.61 46.48 35.16 -
YUV 180.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 186 183 149 0 0.02 0.20 0.27 55.14 0.21 0.66
Hex BA B7 95 0 2 14 1B 37 15 42
Octal 272 267 225 0 2 24 33 67 25 102
Binary 10111010 10110111 10010101 0 10 10100 11011 110111 10101 1000010

Color Harmonies of #BAB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB795

Black with #BAB795

Text Example


Text Example

White with #BAB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB795; }

 p { color: rgb(186,183,149); }

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

background-color css

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

 a { background-color: rgb(186,183,149); }

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

border-color css

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

 span { border-color: rgb(186,183,149); }

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