Html Css Color HEX #B2BF8B Caper

📋 copy color: '#B2BF8B'

red 178 ◦ green 191 ◦ blue 139

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

Shades of Caper #B2BF8B

Tints of Caper #B2BF8B

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 35.04%
G = 37.6%
B = 27.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#B2BF8B (or 0xB2BF8B) is known color: Caper. HEX triplet: B2, BF and 8B. RGB value is (178,191,139). Sum of RGB (Red+Green+Blue) = 178+191+139=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF8B is #4D4074. Grayscale: #B5B5B5. Windows color (decimal): -5062773 or 9158578. OLE color: 9158578.

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

Color convert

RGB 178 191 139 -
CMYK 0.07 0 0.27 0.25
HSL 75º 0.29% 0.65% -
HSV(B) 75º 0.27% 0.75% -
XYZ 41.65 48.59 31.61 -
YUV 181.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 178 191 139 0.07 0 0.27 0.25 75 0.29 0.65
Hex B2 BF 8B 7 0 1B 19 4B 1D 41
Octal 262 277 213 7 0 33 31 113 35 101
Binary 10110010 10111111 10001011 111 0 11011 11001 1001011 11101 1000001

Color Harmonies of #B2BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF8B

Black with #B2BF8B

Text Example


Text Example

White with #B2BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF8B; }

 p { color: rgb(178,191,139); }

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

background-color css

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

 a { background-color: rgb(178,191,139); }

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

border-color css

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

 span { border-color: rgb(178,191,139); }

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