Html Css Color HEX #BAB28F Coriander

📋 copy color: '#BAB28F'

red 186 ◦ green 178 ◦ blue 143

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

Shades of Coriander #BAB28F

Tints of Coriander #BAB28F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 36.69%
G = 35.11%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB28F (or 0xBAB28F) is known color: Coriander. HEX triplet: BA, B2 and 8F. RGB value is (186,178,143). Sum of RGB (Red+Green+Blue) = 186+178+143=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28F is #454D70. Grayscale: #B0B0B0. Windows color (decimal): -4541809 or 9417402. OLE color: 9417402.

HSL color Cylindrical-coordinate representation of color #BAB28F: hue angle of 48.84º 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 #BAB28F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 143 -
CMYK 0 0.04 0.23 0.27
HSL 48.84º 0.24% 0.65% -
HSV(B) 48.84º 0.23% 0.73% -
XYZ 41.13 44.26 32.36 -
YUV 176.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 186 178 143 0 0.04 0.23 0.27 48.84 0.24 0.65
Hex BA B2 8F 0 4 17 1B 31 18 41
Octal 272 262 217 0 4 27 33 61 30 101
Binary 10111010 10110010 10001111 0 100 10111 11011 110001 11000 1000001

Color Harmonies of #BAB28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB28F

Black with #BAB28F

Text Example


Text Example

White with #BAB28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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