Html Css Color HEX #B1BE8B Caper

📋 copy color: '#B1BE8B'

red 177 ◦ green 190 ◦ blue 139

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

Shades of Caper #B1BE8B

Tints of Caper #B1BE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 34.98%
G = 37.55%
B = 27.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#B1BE8B (or 0xB1BE8B) is known color: Caper. HEX triplet: B1, BE and 8B. RGB value is (177,190,139). Sum of RGB (Red+Green+Blue) = 177+190+139=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE8B is #4E4174. Grayscale: #B4B4B4. Windows color (decimal): -5128565 or 9158321. OLE color: 9158321.

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

Color convert

RGB 177 190 139 -
CMYK 0.07 0 0.27 0.25
HSL 75.29º 0.28% 0.65% -
HSV(B) 75.29º 0.27% 0.75% -
XYZ 41.21 48.04 31.53 -
YUV 180.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 177 190 139 0.07 0 0.27 0.25 75.29 0.28 0.65
Hex B1 BE 8B 7 0 1B 19 4B 1C 41
Octal 261 276 213 7 0 33 31 113 34 101
Binary 10110001 10111110 10001011 111 0 11011 11001 1001011 11100 1000001

Color Harmonies of #B1BE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BE8B

Black with #B1BE8B

Text Example


Text Example

White with #B1BE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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