Html Css Color HEX #B1BC8C Caper

📋 copy color: '#B1BC8C'

red 177 ◦ green 188 ◦ blue 140

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

Shades of Caper #B1BC8C

Tints of Caper #B1BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 35.05%
G = 37.23%
B = 27.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#B1BC8C (or 0xB1BC8C) is known color: Caper. HEX triplet: B1, BC and 8C. RGB value is (177,188,140). Sum of RGB (Red+Green+Blue) = 177+188+140=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC8C is #4E4373. Grayscale: #B3B3B3. Windows color (decimal): -5129076 or 9223345. OLE color: 9223345.

HSL color Cylindrical-coordinate representation of color #B1BC8C: hue angle of 73.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1BC8C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 140 -
CMYK 0.06 0 0.26 0.26
HSL 73.75º 0.26% 0.64% -
HSV(B) 73.75º 0.26% 0.74% -
XYZ 40.85 47.21 31.77 -
YUV 179.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 177 188 140 0.06 0 0.26 0.26 73.75 0.26 0.64
Hex B1 BC 8C 6 0 1A 1A 4A 1A 40
Octal 261 274 214 6 0 32 32 112 32 100
Binary 10110001 10111100 10001100 110 0 11010 11010 1001010 11010 1000000

Color Harmonies of #B1BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC8C

Black with #B1BC8C

Text Example


Text Example

White with #B1BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC8C; }

 p { color: rgb(177,188,140); }

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

background-color css

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

 a { background-color: rgb(177,188,140); }

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

border-color css

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

 span { border-color: rgb(177,188,140); }

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