Html Css Color HEX #BAB38A Coriander

📋 copy color: '#BAB38A'

red 186 ◦ green 179 ◦ blue 138

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

Shades of Coriander #BAB38A

Tints of Coriander #BAB38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 36.98%
G = 35.59%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAB38A (or 0xBAB38A) is known color: Coriander. HEX triplet: BA, B3 and 8A. RGB value is (186,179,138). Sum of RGB (Red+Green+Blue) = 186+179+138=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB38A is #454C75. Grayscale: #B0B0B0. Windows color (decimal): -4541558 or 9089978. OLE color: 9089978.

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

Color convert

RGB 186 179 138 -
CMYK 0 0.04 0.26 0.27
HSL 51.25º 0.26% 0.64% -
HSV(B) 51.25º 0.26% 0.73% -
XYZ 40.96 44.51 30.48 -
YUV 176.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 186 179 138 0 0.04 0.26 0.27 51.25 0.26 0.64
Hex BA B3 8A 0 4 1A 1B 33 1A 40
Octal 272 263 212 0 4 32 33 63 32 100
Binary 10111010 10110011 10001010 0 100 11010 11011 110011 11010 1000000

Color Harmonies of #BAB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB38A

Black with #BAB38A

Text Example


Text Example

White with #BAB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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