Html Css Color HEX #B1BE8F Caper

📋 copy color: '#B1BE8F'

red 177 ◦ green 190 ◦ blue 143

#B1BE8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #B1BE8F

Tints of Caper #B1BE8F

RGB

 RED value IS 177 (69.53% from 255) = 34.71%

 GREEN value IS 190 (74.61% from 255) = 37.25%

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 34.71%
G = 37.25%
B = 28.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#B1BE8F (or 0xB1BE8F) is known color: Caper. HEX triplet: B1, BE and 8F. RGB value is (177,190,143). Sum of RGB (Red+Green+Blue) = 177+190+143=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE8F is #4E4170. Grayscale: #B4B4B4. Windows color (decimal): -5128561 or 9420465. OLE color: 9420465.

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

Color convert

RGB 177 190 143 -
CMYK 0.07 0 0.25 0.25
HSL 76.6º 0.27% 0.65% -
HSV(B) 76.6º 0.25% 0.75% -
XYZ 41.5 48.16 33.09 -
YUV 180.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 177 190 143 0.07 0 0.25 0.25 76.6 0.27 0.65
Hex B1 BE 8F 7 0 19 19 4D 1B 41
Octal 261 276 217 7 0 31 31 115 33 101
Binary 10110001 10111110 10001111 111 0 11001 11001 1001101 11011 1000001

Color Harmonies of #B1BE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BE8F

Black with #B1BE8F

Text Example


Text Example

White with #B1BE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BE8F; }

 p { color: rgb(177,190,143); }

 H1.HeaderClassName
 {
   color: #B1BE8F;
 }
 .AnyTagClassName
 {
   color: #B1BE8F;
 }
</style>

background-color css

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

 a { background-color: rgb(177,190,143); }

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

border-color css

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

 span { border-color: rgb(177,190,143); }

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