Html Css Color HEX #BAB68F Coriander

📋 copy color: '#BAB68F'

red 186 ◦ green 182 ◦ blue 143

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

Shades of Coriander #BAB68F

Tints of Coriander #BAB68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

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

R = 36.4%
G = 35.62%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB68F (or 0xBAB68F) is known color: Coriander. HEX triplet: BA, B6 and 8F. RGB value is (186,182,143). Sum of RGB (Red+Green+Blue) = 186+182+143=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB68F is #454970. Grayscale: #B2B2B2. Windows color (decimal): -4540785 or 9418426. OLE color: 9418426.

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

Color convert

RGB 186 182 143 -
CMYK 0 0.02 0.23 0.27
HSL 54.42º 0.24% 0.65% -
HSV(B) 54.42º 0.23% 0.73% -
XYZ 41.94 45.88 32.63 -
YUV 178.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 186 182 143 0 0.02 0.23 0.27 54.42 0.24 0.65
Hex BA B6 8F 0 2 17 1B 36 18 41
Octal 272 266 217 0 2 27 33 66 30 101
Binary 10111010 10110110 10001111 0 10 10111 11011 110110 11000 1000001

Color Harmonies of #BAB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB68F

Black with #BAB68F

Text Example


Text Example

White with #BAB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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