Html Css Color HEX #B5B485 Coriander

📋 copy color: '#B5B485'

red 181 ◦ green 180 ◦ blue 133

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

Shades of Coriander #B5B485

Tints of Coriander #B5B485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 36.64%
G = 36.44%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B5B485 (or 0xB5B485) is known color: Coriander. HEX triplet: B5, B4 and 85. RGB value is (181,180,133). Sum of RGB (Red+Green+Blue) = 181+180+133=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B485 is #4A4B7A. Grayscale: #AFAFAF. Windows color (decimal): -4868987 or 8762549. OLE color: 8762549.

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

Color convert

RGB 181 180 133 -
CMYK 0 0.01 0.27 0.29
HSL 58.75º 0.24% 0.62% -
HSV(B) 58.75º 0.27% 0.71% -
XYZ 39.61 44.16 28.63 -
YUV 174.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 181 180 133 0 0.01 0.27 0.29 58.75 0.24 0.62
Hex B5 B4 85 0 1 1B 1D 3B 18 3E
Octal 265 264 205 0 1 33 35 73 30 76
Binary 10110101 10110100 10000101 0 1 11011 11101 111011 11000 111110

Color Harmonies of #B5B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B485

Black with #B5B485

Text Example


Text Example

White with #B5B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B485; }

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

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

background-color css

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

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

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

border-color css

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

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

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