#B0BE8A

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

Shades of Caper #B0BE8A

Tints of Caper #B0BE8A

Color information

#B0BE8A (or 0xB0BE8A) is unknown color: approx Caper. HEX triplet: B0, BE and 8A. RGB value is (176,190,138). Sum of RGB (Red+Green+Blue) = 176+190+138=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE8A is #4F4175. Grayscale: #B4B4B4. Windows color (decimal): -5194102 or 9092784. OLE color: 9092784.

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

Color convert

RGB176190138-
CMYK0.0700.270.25
HSL76.15º28.57%64.31%-
HSV(B)76.15º27.37%74.51%-
XYZ40.9147.8931.13-
YUV179.89104.36125.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=34.92%
G=37.70%
B=27.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901380.0700.270.2576.1528.5764.31
HexB0BE8A701B194c1d40
Octal26027621270333111435100
Binary101100001011111010001010111011011110011001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE8A; }

 p { color: rgb(176,190,138); }

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

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

 a { background-color: rgb(176,190,138); }

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

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

 span { border-color: rgb(176,190,138); }

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