Html Css Color HEX #B1C08F Caper

📋 copy color: '#B1C08F'

red 177 ◦ green 192 ◦ blue 143

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

Shades of Caper #B1C08F

Tints of Caper #B1C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.5%

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

R = 34.57%
G = 37.5%
B = 27.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B1C08F (or 0xB1C08F) is known color: Caper. HEX triplet: B1, C0 and 8F. RGB value is (177,192,143). Sum of RGB (Red+Green+Blue) = 177+192+143=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C08F is #4E3F70. Grayscale: #B6B6B6. Windows color (decimal): -5128049 or 9420977. OLE color: 9420977.

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

Color convert

RGB 177 192 143 -
CMYK 0.08 0 0.26 0.25
HSL 78.37º 0.28% 0.66% -
HSV(B) 78.37º 0.26% 0.75% -
XYZ 41.94 49.03 33.24 -
YUV 181.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 177 192 143 0.08 0 0.26 0.25 78.37 0.28 0.66
Hex B1 C0 8F 8 0 1A 19 4E 1C 42
Octal 261 300 217 10 0 32 31 116 34 102
Binary 10110001 11000000 10001111 1000 0 11010 11001 1001110 11100 1000010

Color Harmonies of #B1C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C08F

Black with #B1C08F

Text Example


Text Example

White with #B1C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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