Html Css Color HEX #B0BB88 Caper

📋 copy color: '#B0BB88'

red 176 ◦ green 187 ◦ blue 136

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

Shades of Caper #B0BB88

Tints of Caper #B0BB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.47%

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 35.27%
G = 37.47%
B = 27.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B0BB88 (or 0xB0BB88) is known color: Caper. HEX triplet: B0, BB and 88. RGB value is (176,187,136). Sum of RGB (Red+Green+Blue) = 176+187+136=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB88 is #4F4477. Grayscale: #B2B2B2. Windows color (decimal): -5194872 or 8960944. OLE color: 8960944.

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

Color convert

RGB 176 187 136 -
CMYK 0.06 0 0.27 0.27
HSL 72.94º 0.27% 0.63% -
HSV(B) 72.94º 0.27% 0.73% -
XYZ 40.12 46.55 30.16 -
YUV 177.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 176 187 136 0.06 0 0.27 0.27 72.94 0.27 0.63
Hex B0 BB 88 6 0 1B 1B 49 1B 3F
Octal 260 273 210 6 0 33 33 111 33 77
Binary 10110000 10111011 10001000 110 0 11011 11011 1001001 11011 111111

Color Harmonies of #B0BB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB88

Black with #B0BB88

Text Example


Text Example

White with #B0BB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB88; }

 p { color: rgb(176,187,136); }

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

background-color css

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

 a { background-color: rgb(176,187,136); }

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

border-color css

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

 span { border-color: rgb(176,187,136); }

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