#B7C48B

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

Shades of Caper #B7C48B

Tints of Caper #B7C48B

Color information

#B7C48B (or 0xB7C48B) is unknown color: approx Caper. HEX triplet: B7, C4 and 8B. RGB value is (183,196,139). Sum of RGB (Red+Green+Blue) = 183+196+139=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C48B is #483B74. Grayscale: #B9B9B9. Windows color (decimal): -4733813 or 9159863. OLE color: 9159863.

HSL color Cylindrical-coordinate representation of color #B7C48B: hue angle of 73.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7C48B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB183196139-
CMYK0.0700.290.23
HSL73.68º32.57%65.69%-
HSV(B)73.68º29.08%76.86%-
XYZ43.9351.4132.03-
YUV185.62101.69126.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=35.33%
G=37.84%
B=26.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831961390.0700.290.2373.6832.5765.69
HexB7C48B701D174a2142
Octal26730421370352711241102
Binary1011011111000100100010111110111011011110010101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C48B; }

 p { color: rgb(183,196,139); }

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

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

 a { background-color: rgb(183,196,139); }

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

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

 span { border-color: rgb(183,196,139); }

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