Html Css Color HEX #B8B394 Coriander

📋 copy color: '#B8B394'

red 184 ◦ green 179 ◦ blue 148

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

Shades of Coriander #B8B394

Tints of Coriander #B8B394

RGB

 RED value IS 184 (72.27% from 255) = 36.01%

 GREEN value IS 179 (70.31% from 255) = 35.03%

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

R = 36.01%
G = 35.03%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B8B394 (or 0xB8B394) is known color: Coriander. HEX triplet: B8, B3 and 94. RGB value is (184,179,148). Sum of RGB (Red+Green+Blue) = 184+179+148=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B394 is #474C6B. Grayscale: #B1B1B1. Windows color (decimal): -4672620 or 9745336. OLE color: 9745336.

HSL color Cylindrical-coordinate representation of color #B8B394: hue angle of 51.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8B394 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 148 -
CMYK 0 0.03 0.20 0.28
HSL 51.67º 0.2% 0.65% -
HSV(B) 51.67º 0.2% 0.72% -
XYZ 41.23 44.57 34.45 -
YUV 176.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 184 179 148 0 0.03 0.20 0.28 51.67 0.2 0.65
Hex B8 B3 94 0 3 14 1C 34 14 41
Octal 270 263 224 0 3 24 34 64 24 101
Binary 10111000 10110011 10010100 0 11 10100 11100 110100 10100 1000001

Color Harmonies of #B8B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B394

Black with #B8B394

Text Example


Text Example

White with #B8B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B394; }

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

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

background-color css

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

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

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

border-color css

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

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

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