Html Css Color HEX #B6B696 Coriander

📋 copy color: '#B6B696'

red 182 ◦ green 182 ◦ blue 150

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

Shades of Coriander #B6B696

Tints of Coriander #B6B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.41%

 BLUE value IS 150 (58.98% from 255) = 29.18%

R = 35.41%
G = 35.41%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B6B696 (or 0xB6B696) is known color: Coriander. HEX triplet: B6, B6 and 96. RGB value is (182,182,150). Sum of RGB (Red+Green+Blue) = 182+182+150=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B696 is #494969. Grayscale: #B2B2B2. Windows color (decimal): -4802922 or 9877174. OLE color: 9877174.

HSL color Cylindrical-coordinate representation of color #B6B696: hue angle of 60º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6B696 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 182 150 -
CMYK 0 0 0.18 0.29
HSL 60º 0.18% 0.65% -
HSV(B) 60º 0.18% 0.71% -
XYZ 41.52 45.6 35.47 -
YUV 178.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 182 182 150 0 0 0.18 0.29 60 0.18 0.65
Hex B6 B6 96 0 0 12 1D 3C 12 41
Octal 266 266 226 0 0 22 35 74 22 101
Binary 10110110 10110110 10010110 0 0 10010 11101 111100 10010 1000001

Color Harmonies of #B6B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B696

Black with #B6B696

Text Example


Text Example

White with #B6B696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B696; }

 p { color: rgb(182,182,150); }

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

background-color css

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

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

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

border-color css

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

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

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