Html Css Color HEX #BAB48B Coriander

📋 copy color: '#BAB48B'

red 186 ◦ green 180 ◦ blue 139

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

Shades of Coriander #BAB48B

Tints of Coriander #BAB48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 36.83%
G = 35.64%
B = 27.52%

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

#BAB48B (or 0xBAB48B) is known color: Coriander. HEX triplet: BA, B4 and 8B. RGB value is (186,180,139). Sum of RGB (Red+Green+Blue) = 186+180+139=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48B is #454B74. Grayscale: #B1B1B1. Windows color (decimal): -4541301 or 9155770. OLE color: 9155770.

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

Color convert

RGB 186 180 139 -
CMYK 0 0.03 0.25 0.27
HSL 52.34º 0.25% 0.64% -
HSV(B) 52.34º 0.25% 0.73% -
XYZ 41.23 44.95 30.93 -
YUV 177.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 186 180 139 0 0.03 0.25 0.27 52.34 0.25 0.64
Hex BA B4 8B 0 3 19 1B 34 19 40
Octal 272 264 213 0 3 31 33 64 31 100
Binary 10111010 10110100 10001011 0 11 11001 11011 110100 11001 1000000

Color Harmonies of #BAB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB48B

Black with #BAB48B

Text Example


Text Example

White with #BAB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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