Html Css Color HEX #B1C084 Caper

📋 copy color: '#B1C084'

red 177 ◦ green 192 ◦ blue 132

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

Shades of Caper #B1C084

Tints of Caper #B1C084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 35.33%
G = 38.32%
B = 26.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#B1C084 (or 0xB1C084) is known color: Caper. HEX triplet: B1, C0 and 84. RGB value is (177,192,132). Sum of RGB (Red+Green+Blue) = 177+192+132=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C084 is #4E3F7B. Grayscale: #B4B4B4. Windows color (decimal): -5128060 or 8700081. OLE color: 8700081.

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

Color convert

RGB 177 192 132 -
CMYK 0.08 0 0.31 0.25
HSL 75º 0.32% 0.64% -
HSV(B) 75º 0.31% 0.75% -
XYZ 41.15 48.71 29.06 -
YUV 180.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 177 192 132 0.08 0 0.31 0.25 75 0.32 0.64
Hex B1 C0 84 8 0 1F 19 4B 20 40
Octal 261 300 204 10 0 37 31 113 40 100
Binary 10110001 11000000 10000100 1000 0 11111 11001 1001011 100000 1000000

Color Harmonies of #B1C084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C084

Black with #B1C084

Text Example


Text Example

White with #B1C084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C084; }

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

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

background-color css

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

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

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

border-color css

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

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

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