Html Css Color HEX #B0BF8C Caper

📋 copy color: '#B0BF8C'

red 176 ◦ green 191 ◦ blue 140

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

Shades of Caper #B0BF8C

Tints of Caper #B0BF8C

RGB

 RED value IS 176 (69.14% from 255) = 34.71%

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 34.71%
G = 37.67%
B = 27.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#B0BF8C (or 0xB0BF8C) is known color: Caper. HEX triplet: B0, BF and 8C. RGB value is (176,191,140). Sum of RGB (Red+Green+Blue) = 176+191+140=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF8C is #4F4073. Grayscale: #B4B4B4. Windows color (decimal): -5193844 or 9224112. OLE color: 9224112.

HSL color Cylindrical-coordinate representation of color #B0BF8C: hue angle of 77.65º 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 #B0BF8C is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 140 -
CMYK 0.08 0 0.27 0.25
HSL 77.65º 0.28% 0.65% -
HSV(B) 77.65º 0.27% 0.75% -
XYZ 41.27 48.39 31.98 -
YUV 180.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 176 191 140 0.08 0 0.27 0.25 77.65 0.28 0.65
Hex B0 BF 8C 8 0 1B 19 4E 1C 41
Octal 260 277 214 10 0 33 31 116 34 101
Binary 10110000 10111111 10001100 1000 0 11011 11001 1001110 11100 1000001

Color Harmonies of #B0BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF8C

Black with #B0BF8C

Text Example


Text Example

White with #B0BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF8C; }

 p { color: rgb(176,191,140); }

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

background-color css

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

 a { background-color: rgb(176,191,140); }

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

border-color css

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

 span { border-color: rgb(176,191,140); }

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