Html Css Color HEX #B6B282 Coriander

📋 copy color: '#B6B282'

red 182 ◦ green 178 ◦ blue 130

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

Shades of Coriander #B6B282

Tints of Coriander #B6B282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 37.14%
G = 36.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B6B282 (or 0xB6B282) is known color: Coriander. HEX triplet: B6, B2 and 82. RGB value is (182,178,130). Sum of RGB (Red+Green+Blue) = 182+178+130=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B282 is #494D7D. Grayscale: #ADADAD. Windows color (decimal): -4803966 or 8565430. OLE color: 8565430.

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

Color convert

RGB 182 178 130 -
CMYK 0 0.02 0.29 0.29
HSL 55.38º 0.26% 0.61% -
HSV(B) 55.38º 0.29% 0.71% -
XYZ 39.24 43.4 27.43 -
YUV 173.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 182 178 130 0 0.02 0.29 0.29 55.38 0.26 0.61
Hex B6 B2 82 0 2 1D 1D 37 1A 3D
Octal 266 262 202 0 2 35 35 67 32 75
Binary 10110110 10110010 10000010 0 10 11101 11101 110111 11010 111101

Color Harmonies of #B6B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B282

Black with #B6B282

Text Example


Text Example

White with #B6B282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B282; }

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

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

background-color css

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

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

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

border-color css

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

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

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