Html Css Color HEX #BAB68C Coriander

📋 copy color: '#BAB68C'

red 186 ◦ green 182 ◦ blue 140

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

Shades of Coriander #BAB68C

Tints of Coriander #BAB68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 36.61%
G = 35.83%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAB68C (or 0xBAB68C) is known color: Coriander. HEX triplet: BA, B6 and 8C. RGB value is (186,182,140). Sum of RGB (Red+Green+Blue) = 186+182+140=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB68C is #454973. Grayscale: #B2B2B2. Windows color (decimal): -4540788 or 9221818. OLE color: 9221818.

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

Color convert

RGB 186 182 140 -
CMYK 0 0.02 0.25 0.27
HSL 54.78º 0.25% 0.64% -
HSV(B) 54.78º 0.25% 0.73% -
XYZ 41.71 45.79 31.45 -
YUV 178.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 186 182 140 0 0.02 0.25 0.27 54.78 0.25 0.64
Hex BA B6 8C 0 2 19 1B 37 19 40
Octal 272 266 214 0 2 31 33 67 31 100
Binary 10111010 10110110 10001100 0 10 11001 11011 110111 11001 1000000

Color Harmonies of #BAB68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB68C

Black with #BAB68C

Text Example


Text Example

White with #BAB68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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