Html Css Color HEX #B5B086 Coriander

📋 copy color: '#B5B086'

red 181 ◦ green 176 ◦ blue 134

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

Shades of Coriander #B5B086

Tints of Coriander #B5B086

RGB

 RED value IS 181 (71.09% from 255) = 36.86%

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 36.86%
G = 35.85%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B5B086 (or 0xB5B086) is known color: Coriander. HEX triplet: B5, B0 and 86. RGB value is (181,176,134). Sum of RGB (Red+Green+Blue) = 181+176+134=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B086 is #4A4F79. Grayscale: #ACACAC. Windows color (decimal): -4870010 or 8827061. OLE color: 8827061.

HSL color Cylindrical-coordinate representation of color #B5B086: hue angle of 53.62º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5B086 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 176 134 -
CMYK 0 0.03 0.26 0.29
HSL 53.62º 0.24% 0.62% -
HSV(B) 53.62º 0.26% 0.71% -
XYZ 38.88 42.6 28.73 -
YUV 172.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 181 176 134 0 0.03 0.26 0.29 53.62 0.24 0.62
Hex B5 B0 86 0 3 1A 1D 36 18 3E
Octal 265 260 206 0 3 32 35 66 30 76
Binary 10110101 10110000 10000110 0 11 11010 11101 110110 11000 111110

Color Harmonies of #B5B086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B086

Black with #B5B086

Text Example


Text Example

White with #B5B086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B086; }

 p { color: rgb(181,176,134); }

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

background-color css

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

 a { background-color: rgb(181,176,134); }

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

border-color css

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

 span { border-color: rgb(181,176,134); }

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