Html Css Color HEX #B6B488 Coriander

📋 copy color: '#B6B488'

red 182 ◦ green 180 ◦ blue 136

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

Shades of Coriander #B6B488

Tints of Coriander #B6B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 136 (53.52% from 255) = 27.31%

R = 36.55%
G = 36.14%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6B488 (or 0xB6B488) is known color: Coriander. HEX triplet: B6, B4 and 88. RGB value is (182,180,136). Sum of RGB (Red+Green+Blue) = 182+180+136=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B488 is #494B77. Grayscale: #AFAFAF. Windows color (decimal): -4803448 or 8959158. OLE color: 8959158.

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

Color convert

RGB 182 180 136 -
CMYK 0 0.01 0.25 0.29
HSL 57.39º 0.24% 0.62% -
HSV(B) 57.39º 0.25% 0.71% -
XYZ 40.06 44.37 29.74 -
YUV 175.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 182 180 136 0 0.01 0.25 0.29 57.39 0.24 0.62
Hex B6 B4 88 0 1 19 1D 39 18 3E
Octal 266 264 210 0 1 31 35 71 30 76
Binary 10110110 10110100 10001000 0 1 11001 11101 111001 11000 111110

Color Harmonies of #B6B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B488

Black with #B6B488

Text Example


Text Example

White with #B6B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B488; }

 p { color: rgb(182,180,136); }

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

background-color css

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

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

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

border-color css

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

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

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