Html Css Color HEX #B6B394 Coriander

📋 copy color: '#B6B394'

red 182 ◦ green 179 ◦ blue 148

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

Shades of Coriander #B6B394

Tints of Coriander #B6B394

RGB

 RED value IS 182 (71.48% from 255) = 35.76%

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

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

R = 35.76%
G = 35.17%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B6B394 (or 0xB6B394) is known color: Coriander. HEX triplet: B6, B3 and 94. RGB value is (182,179,148). Sum of RGB (Red+Green+Blue) = 182+179+148=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B394 is #494C6B. Grayscale: #B0B0B0. Windows color (decimal): -4803692 or 9745334. OLE color: 9745334.

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

Color convert

RGB 182 179 148 -
CMYK 0 0.02 0.19 0.29
HSL 54.71º 0.19% 0.65% -
HSV(B) 54.71º 0.19% 0.71% -
XYZ 40.76 44.32 34.42 -
YUV 176.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 182 179 148 0 0.02 0.19 0.29 54.71 0.19 0.65
Hex B6 B3 94 0 2 13 1D 37 13 41
Octal 266 263 224 0 2 23 35 67 23 101
Binary 10110110 10110011 10010100 0 10 10011 11101 110111 10011 1000001

Color Harmonies of #B6B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B394

Black with #B6B394

Text Example


Text Example

White with #B6B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B394; }

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

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

background-color css

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

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

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

border-color css

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

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

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