Html Css Color HEX #B5B694 Coriander

📋 copy color: '#B5B694'

red 181 ◦ green 182 ◦ blue 148

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

Shades of Coriander #B5B694

Tints of Coriander #B5B694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 35.42%
G = 35.62%
B = 28.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B5B694 (or 0xB5B694) is known color: Coriander. HEX triplet: B5, B6 and 94. RGB value is (181,182,148). Sum of RGB (Red+Green+Blue) = 181+182+148=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B694 is #4A496B. Grayscale: #B1B1B1. Windows color (decimal): -4868460 or 9746101. OLE color: 9746101.

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

Color convert

RGB 181 182 148 -
CMYK 0.01 0 0.19 0.29
HSL 61.76º 0.19% 0.65% -
HSV(B) 61.76º 0.19% 0.71% -
XYZ 41.13 45.42 34.62 -
YUV 177.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 181 182 148 0.01 0 0.19 0.29 61.76 0.19 0.65
Hex B5 B6 94 1 0 13 1D 3E 13 41
Octal 265 266 224 1 0 23 35 76 23 101
Binary 10110101 10110110 10010100 1 0 10011 11101 111110 10011 1000001

Color Harmonies of #B5B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B694

Black with #B5B694

Text Example


Text Example

White with #B5B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B694; }

 p { color: rgb(181,182,148); }

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

background-color css

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

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

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

border-color css

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

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

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