#B1C085

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

Shades of Caper #B1C085

Tints of Caper #B1C085

Color information

#B1C085 (or 0xB1C085) is unknown color: approx Caper. HEX triplet: B1, C0 and 85. RGB value is (177,192,133). Sum of RGB (Red+Green+Blue) = 177+192+133=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C085 is #4E3F7A. Grayscale: #B5B5B5. Windows color (decimal): -5128059 or 8765617. OLE color: 8765617.

HSL color Cylindrical-coordinate representation of color #B1C085: hue angle of 75.25º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1C085 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB177192133-
CMYK0.0800.310.25
HSL75.25º31.89%63.73%-
HSV(B)75.25º30.73%75.29%-
XYZ41.2148.7429.43-
YUV180.79101.03125.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=35.26%
G=38.25%
B=26.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921330.0800.310.2575.2531.8963.73
HexB1C085801F194b2040
Octal261300205100373111340100
Binary10110001110000001000010110000111111100110010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C085; }

 p { color: rgb(177,192,133); }

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

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

 a { background-color: rgb(177,192,133); }

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

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

 span { border-color: rgb(177,192,133); }

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