#B4BF88

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

Shades of Caper #B4BF88

Tints of Caper #B4BF88

Color information

#B4BF88 (or 0xB4BF88) is unknown color: approx Caper. HEX triplet: B4, BF and 88. RGB value is (180,191,136). Sum of RGB (Red+Green+Blue) = 180+191+136=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF88 is #4B4077. Grayscale: #B5B5B5. Windows color (decimal): -4931704 or 8961972. OLE color: 8961972.

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

Color convert

RGB180191136-
CMYK0.0600.290.25
HSL72º30.05%64.12%-
HSV(B)72º28.8%74.9%-
XYZ41.948.7430.49-
YUV181.44102.36126.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=35.50%
G=37.67%
B=26.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911360.0600.290.257230.0564.12
HexB4BF88601D19481e40
Octal26427721060353111036100
Binary101101001011111110001000110011101110011001000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF88; }

 p { color: rgb(180,191,136); }

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

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

 a { background-color: rgb(180,191,136); }

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

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

 span { border-color: rgb(180,191,136); }

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