Html Css Color HEX #B9B894 Coriander

📋 copy color: '#B9B894'

red 185 ◦ green 184 ◦ blue 148

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

Shades of Coriander #B9B894

Tints of Coriander #B9B894

RGB

 RED value IS 185 (72.66% from 255) = 35.78%

 GREEN value IS 184 (72.27% from 255) = 35.59%

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

R = 35.78%
G = 35.59%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B9B894 (or 0xB9B894) is known color: Coriander. HEX triplet: B9, B8 and 94. RGB value is (185,184,148). Sum of RGB (Red+Green+Blue) = 185+184+148=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B894 is #46476B. Grayscale: #B4B4B4. Windows color (decimal): -4605804 or 9746617. OLE color: 9746617.

HSL color Cylindrical-coordinate representation of color #B9B894: hue angle of 58.38º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9B894 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 184 148 -
CMYK 0 0.01 0.20 0.27
HSL 58.38º 0.21% 0.65% -
HSV(B) 58.38º 0.2% 0.73% -
XYZ 42.49 46.73 34.8 -
YUV 180.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 185 184 148 0 0.01 0.20 0.27 58.38 0.21 0.65
Hex B9 B8 94 0 1 14 1B 3A 15 41
Octal 271 270 224 0 1 24 33 72 25 101
Binary 10111001 10111000 10010100 0 1 10100 11011 111010 10101 1000001

Color Harmonies of #B9B894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B894

Black with #B9B894

Text Example


Text Example

White with #B9B894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B894; }

 p { color: rgb(185,184,148); }

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

background-color css

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

 a { background-color: rgb(185,184,148); }

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

border-color css

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

 span { border-color: rgb(185,184,148); }

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