Html Css Color HEX #B2BA8D Caper

📋 copy color: '#B2BA8D'

red 178 ◦ green 186 ◦ blue 141

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

Shades of Caper #B2BA8D

Tints of Caper #B2BA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 35.25%
G = 36.83%
B = 27.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B2BA8D (or 0xB2BA8D) is known color: Caper. HEX triplet: B2, BA and 8D. RGB value is (178,186,141). Sum of RGB (Red+Green+Blue) = 178+186+141=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA8D is #4D4572. Grayscale: #B2B2B2. Windows color (decimal): -5064051 or 9288370. OLE color: 9288370.

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

Color convert

RGB 178 186 141 -
CMYK 0.04 0 0.24 0.27
HSL 70.67º 0.25% 0.64% -
HSV(B) 70.67º 0.24% 0.73% -
XYZ 40.73 46.51 32.03 -
YUV 178.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 178 186 141 0.04 0 0.24 0.27 70.67 0.25 0.64
Hex B2 BA 8D 4 0 18 1B 47 19 40
Octal 262 272 215 4 0 30 33 107 31 100
Binary 10110010 10111010 10001101 100 0 11000 11011 1000111 11001 1000000

Color Harmonies of #B2BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA8D

Black with #B2BA8D

Text Example


Text Example

White with #B2BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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