Html Css Color HEX #B6B484 Coriander

📋 copy color: '#B6B484'

red 182 ◦ green 180 ◦ blue 132

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

Shades of Coriander #B6B484

Tints of Coriander #B6B484

RGB

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

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

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

R = 36.84%
G = 36.44%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B6B484 (or 0xB6B484) is known color: Coriander. HEX triplet: B6, B4 and 84. RGB value is (182,180,132). Sum of RGB (Red+Green+Blue) = 182+180+132=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B484 is #494B7B. Grayscale: #AFAFAF. Windows color (decimal): -4803452 or 8697014. OLE color: 8697014.

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

Color convert

RGB 182 180 132 -
CMYK 0 0.01 0.27 0.29
HSL 57.6º 0.26% 0.62% -
HSV(B) 57.6º 0.27% 0.71% -
XYZ 39.78 44.25 28.28 -
YUV 175.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 182 180 132 0 0.01 0.27 0.29 57.6 0.26 0.62
Hex B6 B4 84 0 1 1B 1D 3A 1A 3E
Octal 266 264 204 0 1 33 35 72 32 76
Binary 10110110 10110100 10000100 0 1 11011 11101 111010 11010 111110

Color Harmonies of #B6B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B484

Black with #B6B484

Text Example


Text Example

White with #B6B484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B484; }

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

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

background-color css

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

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

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

border-color css

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

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

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