Html Css Color HEX #BAB48C Coriander

📋 copy color: '#BAB48C'

red 186 ◦ green 180 ◦ blue 140

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

Shades of Coriander #BAB48C

Tints of Coriander #BAB48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

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

R = 36.76%
G = 35.57%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAB48C (or 0xBAB48C) is known color: Coriander. HEX triplet: BA, B4 and 8C. RGB value is (186,180,140). Sum of RGB (Red+Green+Blue) = 186+180+140=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48C is #454B73. Grayscale: #B1B1B1. Windows color (decimal): -4541300 or 9221306. OLE color: 9221306.

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

Color convert

RGB 186 180 140 -
CMYK 0 0.03 0.25 0.27
HSL 52.17º 0.25% 0.64% -
HSV(B) 52.17º 0.25% 0.73% -
XYZ 41.3 44.98 31.32 -
YUV 177.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 186 180 140 0 0.03 0.25 0.27 52.17 0.25 0.64
Hex BA B4 8C 0 3 19 1B 34 19 40
Octal 272 264 214 0 3 31 33 64 31 100
Binary 10111010 10110100 10001100 0 11 11001 11011 110100 11001 1000000

Color Harmonies of #BAB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB48C

Black with #BAB48C

Text Example


Text Example

White with #BAB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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