Html Css Color HEX #BAB792 Coriander

📋 copy color: '#BAB792'

red 186 ◦ green 183 ◦ blue 146

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

Shades of Coriander #BAB792

Tints of Coriander #BAB792

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.53%

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 36.12%
G = 35.53%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB792 (or 0xBAB792) is known color: Coriander. HEX triplet: BA, B7 and 92. RGB value is (186,183,146). Sum of RGB (Red+Green+Blue) = 186+183+146=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB792 is #45486D. Grayscale: #B3B3B3. Windows color (decimal): -4540526 or 9615290. OLE color: 9615290.

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

Color convert

RGB 186 183 146 -
CMYK 0 0.02 0.22 0.27
HSL 55.5º 0.22% 0.65% -
HSV(B) 55.5º 0.22% 0.73% -
XYZ 42.37 46.38 33.91 -
YUV 179.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 186 183 146 0 0.02 0.22 0.27 55.5 0.22 0.65
Hex BA B7 92 0 2 16 1B 38 16 41
Octal 272 267 222 0 2 26 33 70 26 101
Binary 10111010 10110111 10010010 0 10 10110 11011 111000 10110 1000001

Color Harmonies of #BAB792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB792

Black with #BAB792

Text Example


Text Example

White with #BAB792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB792; }

 p { color: rgb(186,183,146); }

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

background-color css

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

 a { background-color: rgb(186,183,146); }

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

border-color css

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

 span { border-color: rgb(186,183,146); }

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