Html Css Color HEX #B6B284 Coriander

📋 copy color: '#B6B284'

red 182 ◦ green 178 ◦ blue 132

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

Shades of Coriander #B6B284

Tints of Coriander #B6B284

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 36.99%
G = 36.18%
B = 26.83%

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

#B6B284 (or 0xB6B284) is known color: Coriander. HEX triplet: B6, B2 and 84. RGB value is (182,178,132). Sum of RGB (Red+Green+Blue) = 182+178+132=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B284 is #494D7B. Grayscale: #AEAEAE. Windows color (decimal): -4803964 or 8696502. OLE color: 8696502.

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

Color convert

RGB 182 178 132 -
CMYK 0 0.02 0.27 0.29
HSL 55.2º 0.26% 0.62% -
HSV(B) 55.2º 0.27% 0.71% -
XYZ 39.38 43.45 28.14 -
YUV 173.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 182 178 132 0 0.02 0.27 0.29 55.2 0.26 0.62
Hex B6 B2 84 0 2 1B 1D 37 1A 3E
Octal 266 262 204 0 2 33 35 67 32 76
Binary 10110110 10110010 10000100 0 10 11011 11101 110111 11010 111110

Color Harmonies of #B6B284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B284

Black with #B6B284

Text Example


Text Example

White with #B6B284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B284; }

 p { color: rgb(182,178,132); }

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

background-color css

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

 a { background-color: rgb(182,178,132); }

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

border-color css

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

 span { border-color: rgb(182,178,132); }

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