Html Css Color HEX #B0B887 Caper

📋 copy color: '#B0B887'

red 176 ◦ green 184 ◦ blue 135

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

Shades of Caper #B0B887

Tints of Caper #B0B887

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.17%

 BLUE value IS 135 (53.13% from 255) = 27.27%

R = 35.56%
G = 37.17%
B = 27.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B0B887 (or 0xB0B887) is known color: Caper. HEX triplet: B0, B8 and 87. RGB value is (176,184,135). Sum of RGB (Red+Green+Blue) = 176+184+135=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B887 is #4F4778. Grayscale: #B0B0B0. Windows color (decimal): -5195641 or 8894640. OLE color: 8894640.

HSL color Cylindrical-coordinate representation of color #B0B887: hue angle of 69.8º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0B887 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 184 135 -
CMYK 0.04 0 0.27 0.28
HSL 69.8º 0.26% 0.63% -
HSV(B) 69.8º 0.27% 0.72% -
XYZ 39.42 45.26 29.58 -
YUV 176.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 176 184 135 0.04 0 0.27 0.28 69.8 0.26 0.63
Hex B0 B8 87 4 0 1B 1C 46 1A 3F
Octal 260 270 207 4 0 33 34 106 32 77
Binary 10110000 10111000 10000111 100 0 11011 11100 1000110 11010 111111

Color Harmonies of #B0B887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B887

Black with #B0B887

Text Example


Text Example

White with #B0B887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B887; }

 p { color: rgb(176,184,135); }

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

background-color css

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

 a { background-color: rgb(176,184,135); }

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

border-color css

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

 span { border-color: rgb(176,184,135); }

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