Html Css Color HEX #B2BB8D Caper

📋 copy color: '#B2BB8D'

red 178 ◦ green 187 ◦ blue 141

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

Shades of Caper #B2BB8D

Tints of Caper #B2BB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 35.18%
G = 36.96%
B = 27.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B2BB8D (or 0xB2BB8D) is known color: Caper. HEX triplet: B2, BB and 8D. RGB value is (178,187,141). Sum of RGB (Red+Green+Blue) = 178+187+141=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB8D is #4D4472. Grayscale: #B3B3B3. Windows color (decimal): -5063795 or 9288626. OLE color: 9288626.

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

Color convert

RGB 178 187 141 -
CMYK 0.05 0 0.25 0.27
HSL 71.74º 0.25% 0.64% -
HSV(B) 71.74º 0.25% 0.73% -
XYZ 40.94 46.93 32.1 -
YUV 179.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 178 187 141 0.05 0 0.25 0.27 71.74 0.25 0.64
Hex B2 BB 8D 5 0 19 1B 48 19 40
Octal 262 273 215 5 0 31 33 110 31 100
Binary 10110010 10111011 10001101 101 0 11001 11011 1001000 11001 1000000

Color Harmonies of #B2BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB8D

Black with #B2BB8D

Text Example


Text Example

White with #B2BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB8D; }

 p { color: rgb(178,187,141); }

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

background-color css

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

 a { background-color: rgb(178,187,141); }

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

border-color css

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

 span { border-color: rgb(178,187,141); }

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