Html Css Color HEX #B2BE8D Caper

📋 copy color: '#B2BE8D'

red 178 ◦ green 190 ◦ blue 141

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

Shades of Caper #B2BE8D

Tints of Caper #B2BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

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

R = 34.97%
G = 37.33%
B = 27.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B2BE8D (or 0xB2BE8D) is known color: Caper. HEX triplet: B2, BE and 8D. RGB value is (178,190,141). Sum of RGB (Red+Green+Blue) = 178+190+141=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE8D is #4D4172. Grayscale: #B5B5B5. Windows color (decimal): -5063027 or 9289394. OLE color: 9289394.

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

Color convert

RGB 178 190 141 -
CMYK 0.06 0 0.26 0.25
HSL 74.69º 0.27% 0.65% -
HSV(B) 74.69º 0.26% 0.75% -
XYZ 41.58 48.21 32.31 -
YUV 180.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 178 190 141 0.06 0 0.26 0.25 74.69 0.27 0.65
Hex B2 BE 8D 6 0 1A 19 4B 1B 41
Octal 262 276 215 6 0 32 31 113 33 101
Binary 10110010 10111110 10001101 110 0 11010 11001 1001011 11011 1000001

Color Harmonies of #B2BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE8D

Black with #B2BE8D

Text Example


Text Example

White with #B2BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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