Html Css Color HEX #BAB38C Coriander

📋 copy color: '#BAB38C'

red 186 ◦ green 179 ◦ blue 140

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

Shades of Coriander #BAB38C

Tints of Coriander #BAB38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 36.83%
G = 35.45%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAB38C (or 0xBAB38C) is known color: Coriander. HEX triplet: BA, B3 and 8C. RGB value is (186,179,140). Sum of RGB (Red+Green+Blue) = 186+179+140=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB38C is #454C73. Grayscale: #B0B0B0. Windows color (decimal): -4541556 or 9221050. OLE color: 9221050.

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

Color convert

RGB 186 179 140 -
CMYK 0 0.04 0.25 0.27
HSL 50.87º 0.25% 0.64% -
HSV(B) 50.87º 0.25% 0.73% -
XYZ 41.1 44.57 31.25 -
YUV 176.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 186 179 140 0 0.04 0.25 0.27 50.87 0.25 0.64
Hex BA B3 8C 0 4 19 1B 33 19 40
Octal 272 263 214 0 4 31 33 63 31 100
Binary 10111010 10110011 10001100 0 100 11001 11011 110011 11001 1000000

Color Harmonies of #BAB38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB38C

Black with #BAB38C

Text Example


Text Example

White with #BAB38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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