Html Css Color HEX #B3B186 Coriander

📋 copy color: '#B3B186'

red 179 ◦ green 177 ◦ blue 134

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

Shades of Coriander #B3B186

Tints of Coriander #B3B186

RGB

 RED value IS 179 (70.31% from 255) = 36.53%

 GREEN value IS 177 (69.53% from 255) = 36.12%

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 36.53%
G = 36.12%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B3B186 (or 0xB3B186) is known color: Coriander. HEX triplet: B3, B1 and 86. RGB value is (179,177,134). Sum of RGB (Red+Green+Blue) = 179+177+134=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B186 is #4C4E79. Grayscale: #ACACAC. Windows color (decimal): -5000826 or 8827315. OLE color: 8827315.

HSL color Cylindrical-coordinate representation of color #B3B186: hue angle of 57.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3B186 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 177 134 -
CMYK 0 0.01 0.25 0.30
HSL 57.33º 0.23% 0.61% -
HSV(B) 57.33º 0.25% 0.7% -
XYZ 38.62 42.75 28.77 -
YUV 172.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 179 177 134 0 0.01 0.25 0.30 57.33 0.23 0.61
Hex B3 B1 86 0 1 19 1E 39 17 3D
Octal 263 261 206 0 1 31 36 71 27 75
Binary 10110011 10110001 10000110 0 1 11001 11110 111001 10111 111101

Color Harmonies of #B3B186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B186

Black with #B3B186

Text Example


Text Example

White with #B3B186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B186; }

 p { color: rgb(179,177,134); }

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

background-color css

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

 a { background-color: rgb(179,177,134); }

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

border-color css

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

 span { border-color: rgb(179,177,134); }

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