Html Css Color HEX #B5B495 Coriander

📋 copy color: '#B5B495'

red 181 ◦ green 180 ◦ blue 149

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

Shades of Coriander #B5B495

Tints of Coriander #B5B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

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

R = 35.49%
G = 35.29%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B5B495 (or 0xB5B495) is known color: Coriander. HEX triplet: B5, B4 and 95. RGB value is (181,180,149). Sum of RGB (Red+Green+Blue) = 181+180+149=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B495 is #4A4B6A. Grayscale: #B0B0B0. Windows color (decimal): -4868971 or 9811125. OLE color: 9811125.

HSL color Cylindrical-coordinate representation of color #B5B495: hue angle of 58.12º 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 #B5B495 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 149 -
CMYK 0 0.01 0.18 0.29
HSL 58.13º 0.18% 0.65% -
HSV(B) 58.13º 0.18% 0.71% -
XYZ 40.8 44.64 34.9 -
YUV 176.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 181 180 149 0 0.01 0.18 0.29 58.13 0.18 0.65
Hex B5 B4 95 0 1 12 1D 3A 12 41
Octal 265 264 225 0 1 22 35 72 22 101
Binary 10110101 10110100 10010101 0 1 10010 11101 111010 10010 1000001

Color Harmonies of #B5B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B495

Black with #B5B495

Text Example


Text Example

White with #B5B495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B495; }

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

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

background-color css

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

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

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

border-color css

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

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

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