Html Css Color HEX #B6B385 Coriander

📋 copy color: '#B6B385'

red 182 ◦ green 179 ◦ blue 133

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

Shades of Coriander #B6B385

Tints of Coriander #B6B385

RGB

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

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

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

R = 36.84%
G = 36.23%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B6B385 (or 0xB6B385) is known color: Coriander. HEX triplet: B6, B3 and 85. RGB value is (182,179,133). Sum of RGB (Red+Green+Blue) = 182+179+133=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B385 is #494C7A. Grayscale: #AEAEAE. Windows color (decimal): -4803707 or 8762294. OLE color: 8762294.

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

Color convert

RGB 182 179 133 -
CMYK 0 0.02 0.27 0.29
HSL 56.33º 0.25% 0.62% -
HSV(B) 56.33º 0.27% 0.71% -
XYZ 39.65 43.88 28.57 -
YUV 174.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 182 179 133 0 0.02 0.27 0.29 56.33 0.25 0.62
Hex B6 B3 85 0 2 1B 1D 38 19 3E
Octal 266 263 205 0 2 33 35 70 31 76
Binary 10110110 10110011 10000101 0 10 11011 11101 111000 11001 111110

Color Harmonies of #B6B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B385

Black with #B6B385

Text Example


Text Example

White with #B6B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B385; }

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

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

background-color css

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

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

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

border-color css

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

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

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