Html Css Color HEX #BAB681 Coriander

📋 copy color: '#BAB681'

red 186 ◦ green 182 ◦ blue 129

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

Shades of Coriander #BAB681

Tints of Coriander #BAB681

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 37.42%
G = 36.62%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAB681 (or 0xBAB681) is known color: Coriander. HEX triplet: BA, B6 and 81. RGB value is (186,182,129). Sum of RGB (Red+Green+Blue) = 186+182+129=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB681 is #45497E. Grayscale: #B1B1B1. Windows color (decimal): -4540799 or 8500922. OLE color: 8500922.

HSL color Cylindrical-coordinate representation of color #BAB681: hue angle of 55.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAB681 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 129 -
CMYK 0 0.02 0.31 0.27
HSL 55.79º 0.29% 0.62% -
HSV(B) 55.79º 0.31% 0.73% -
XYZ 40.94 45.48 27.39 -
YUV 177.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 186 182 129 0 0.02 0.31 0.27 55.79 0.29 0.62
Hex BA B6 81 0 2 1F 1B 38 1D 3E
Octal 272 266 201 0 2 37 33 70 35 76
Binary 10111010 10110110 10000001 0 10 11111 11011 111000 11101 111110

Color Harmonies of #BAB681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB681

Black with #BAB681

Text Example


Text Example

White with #BAB681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB681; }

 p { color: rgb(186,182,129); }

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

background-color css

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

 a { background-color: rgb(186,182,129); }

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

border-color css

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

 span { border-color: rgb(186,182,129); }

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