#B3B280

Color #B3B280 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #B3B280

Tints of Coriander #B3B280

Color information

#B3B280 (or 0xB3B280) is unknown color: approx Coriander. HEX triplet: B3, B2 and 80. RGB value is (179,178,128). Sum of RGB (Red+Green+Blue) = 179+178+128=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B280 is #4C4D7F. Grayscale: #ACACAC. Windows color (decimal): -5000576 or 8434355. OLE color: 8434355.

HSL color Cylindrical-coordinate representation of color #B3B280: hue angle of 58.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3B280 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB179178128-
CMYK00.010.280.30
HSL58.82º25.12%60.2%-
HSV(B)58.82º28.49%70.2%-
XYZ38.4142.9826.69-
YUV172.6102.83132.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=36.91%
G=36.70%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917812800.010.280.3058.8225.1260.2
HexB3B280011C1E3b193c
Octal263262200013436733174
Binary10110011101100101000000001111001111011101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B280; }

 p { color: rgb(179,178,128); }

 H1.HeaderClassName
 {
   color: #B3B280;
 }
 .AnyTagClassName
 {
   color: #B3B280;
 }
</style>
background-color css

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

 a { background-color: rgb(179,178,128); }

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

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

 span { border-color: rgb(179,178,128); }

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