Html Css Color HEX #B5B595 Coriander

📋 copy color: '#B5B595'

red 181 ◦ green 181 ◦ blue 149

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

Shades of Coriander #B5B595

Tints of Coriander #B5B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 149 (58.59% from 255) = 29.16%

R = 35.42%
G = 35.42%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B5B595 (or 0xB5B595) is known color: Coriander. HEX triplet: B5, B5 and 95. RGB value is (181,181,149). Sum of RGB (Red+Green+Blue) = 181+181+149=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B595 is #4A4A6A. Grayscale: #B1B1B1. Windows color (decimal): -4868715 or 9811381. OLE color: 9811381.

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

Color convert

RGB 181 181 149 -
CMYK 0 0 0.18 0.29
HSL 60º 0.18% 0.65% -
HSV(B) 60º 0.18% 0.71% -
XYZ 41 45.04 34.97 -
YUV 177.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 181 181 149 0 0 0.18 0.29 60 0.18 0.65
Hex B5 B5 95 0 0 12 1D 3C 12 41
Octal 265 265 225 0 0 22 35 74 22 101
Binary 10110101 10110101 10010101 0 0 10010 11101 111100 10010 1000001

Color Harmonies of #B5B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B595

Black with #B5B595

Text Example


Text Example

White with #B5B595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B595; }

 p { color: rgb(181,181,149); }

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

background-color css

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

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

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

border-color css

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

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

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