Html Css Color HEX #BAB38D Coriander

📋 copy color: '#BAB38D'

red 186 ◦ green 179 ◦ blue 141

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

Shades of Coriander #BAB38D

Tints of Coriander #BAB38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 36.76%
G = 35.38%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BAB38D (or 0xBAB38D) is known color: Coriander. HEX triplet: BA, B3 and 8D. RGB value is (186,179,141). Sum of RGB (Red+Green+Blue) = 186+179+141=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB38D is #454C72. Grayscale: #B0B0B0. Windows color (decimal): -4541555 or 9286586. OLE color: 9286586.

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

Color convert

RGB 186 179 141 -
CMYK 0 0.04 0.24 0.27
HSL 50.67º 0.25% 0.64% -
HSV(B) 50.67º 0.24% 0.73% -
XYZ 41.18 44.6 31.64 -
YUV 176.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 186 179 141 0 0.04 0.24 0.27 50.67 0.25 0.64
Hex BA B3 8D 0 4 18 1B 33 19 40
Octal 272 263 215 0 4 30 33 63 31 100
Binary 10111010 10110011 10001101 0 100 11000 11011 110011 11001 1000000

Color Harmonies of #BAB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB38D

Black with #BAB38D

Text Example


Text Example

White with #BAB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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