Html Css Color HEX #BAB48F Coriander

📋 copy color: '#BAB48F'

red 186 ◦ green 180 ◦ blue 143

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

Shades of Coriander #BAB48F

Tints of Coriander #BAB48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 36.54%
G = 35.36%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB48F (or 0xBAB48F) is known color: Coriander. HEX triplet: BA, B4 and 8F. RGB value is (186,180,143). Sum of RGB (Red+Green+Blue) = 186+180+143=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48F is #454B70. Grayscale: #B1B1B1. Windows color (decimal): -4541297 or 9417914. OLE color: 9417914.

HSL color Cylindrical-coordinate representation of color #BAB48F: hue angle of 51.63º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB48F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 143 -
CMYK 0 0.03 0.23 0.27
HSL 51.63º 0.24% 0.65% -
HSV(B) 51.63º 0.23% 0.73% -
XYZ 41.53 45.06 32.5 -
YUV 177.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 186 180 143 0 0.03 0.23 0.27 51.63 0.24 0.65
Hex BA B4 8F 0 3 17 1B 34 18 41
Octal 272 264 217 0 3 27 33 64 30 101
Binary 10111010 10110100 10001111 0 11 10111 11011 110100 11000 1000001

Color Harmonies of #BAB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB48F

Black with #BAB48F

Text Example


Text Example

White with #BAB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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