Html Css Color HEX #BAB47F Coriander

📋 copy color: '#BAB47F'

red 186 ◦ green 180 ◦ blue 127

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

Shades of Coriander #BAB47F

Tints of Coriander #BAB47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.76%

R = 37.73%
G = 36.51%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB47F (or 0xBAB47F) is known color: Coriander. HEX triplet: BA, B4 and 7F. RGB value is (186,180,127). Sum of RGB (Red+Green+Blue) = 186+180+127=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB47F is #454B80. Grayscale: #AFAFAF. Windows color (decimal): -4541313 or 8369338. OLE color: 8369338.

HSL color Cylindrical-coordinate representation of color #BAB47F: hue angle of 53.9º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAB47F is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 127 -
CMYK 0 0.03 0.32 0.27
HSL 53.9º 0.3% 0.61% -
HSV(B) 53.9º 0.32% 0.73% -
XYZ 40.4 44.61 26.56 -
YUV 175.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 186 180 127 0 0.03 0.32 0.27 53.9 0.3 0.61
Hex BA B4 7F 0 3 20 1B 36 1E 3D
Octal 272 264 177 0 3 40 33 66 36 75
Binary 10111010 10110100 1111111 0 11 100000 11011 110110 11110 111101

Color Harmonies of #BAB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB47F

Black with #BAB47F

Text Example


Text Example

White with #BAB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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