Html Css Color HEX #B6B283 Coriander

📋 copy color: '#B6B283'

red 182 ◦ green 178 ◦ blue 131

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

Shades of Coriander #B6B283

Tints of Coriander #B6B283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.68%

R = 37.07%
G = 36.25%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B6B283 (or 0xB6B283) is known color: Coriander. HEX triplet: B6, B2 and 83. RGB value is (182,178,131). Sum of RGB (Red+Green+Blue) = 182+178+131=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B283 is #494D7C. Grayscale: #AEAEAE. Windows color (decimal): -4803965 or 8630966. OLE color: 8630966.

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

Color convert

RGB 182 178 131 -
CMYK 0 0.02 0.28 0.29
HSL 55.29º 0.26% 0.61% -
HSV(B) 55.29º 0.28% 0.71% -
XYZ 39.31 43.42 27.78 -
YUV 173.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 182 178 131 0 0.02 0.28 0.29 55.29 0.26 0.61
Hex B6 B2 83 0 2 1C 1D 37 1A 3D
Octal 266 262 203 0 2 34 35 67 32 75
Binary 10110110 10110010 10000011 0 10 11100 11101 110111 11010 111101

Color Harmonies of #B6B283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B283

Black with #B6B283

Text Example


Text Example

White with #B6B283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B283; }

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

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

background-color css

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

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

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

border-color css

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

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

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