Html Css Color HEX #B2BD87 Caper

📋 copy color: '#B2BD87'

red 178 ◦ green 189 ◦ blue 135

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

Shades of Caper #B2BD87

Tints of Caper #B2BD87

RGB

 RED value IS 178 (69.92% from 255) = 35.46%

 GREEN value IS 189 (74.22% from 255) = 37.65%

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

R = 35.46%
G = 37.65%
B = 26.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#B2BD87 (or 0xB2BD87) is known color: Caper. HEX triplet: B2, BD and 87. RGB value is (178,189,135). Sum of RGB (Red+Green+Blue) = 178+189+135=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD87 is #4D4278. Grayscale: #B3B3B3. Windows color (decimal): -5063289 or 8895922. OLE color: 8895922.

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

Color convert

RGB 178 189 135 -
CMYK 0.06 0 0.29 0.26
HSL 72.22º 0.29% 0.64% -
HSV(B) 72.22º 0.29% 0.74% -
XYZ 40.93 47.61 29.95 -
YUV 179.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 178 189 135 0.06 0 0.29 0.26 72.22 0.29 0.64
Hex B2 BD 87 6 0 1D 1A 48 1D 40
Octal 262 275 207 6 0 35 32 110 35 100
Binary 10110010 10111101 10000111 110 0 11101 11010 1001000 11101 1000000

Color Harmonies of #B2BD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD87

Black with #B2BD87

Text Example


Text Example

White with #B2BD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD87; }

 p { color: rgb(178,189,135); }

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

background-color css

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

 a { background-color: rgb(178,189,135); }

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

border-color css

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

 span { border-color: rgb(178,189,135); }

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