Html Css Color HEX #B2BF8C Caper

📋 copy color: '#B2BF8C'

red 178 ◦ green 191 ◦ blue 140

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

Shades of Caper #B2BF8C

Tints of Caper #B2BF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 34.97%
G = 37.52%
B = 27.5%

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

#B2BF8C (or 0xB2BF8C) is known color: Caper. HEX triplet: B2, BF and 8C. RGB value is (178,191,140). Sum of RGB (Red+Green+Blue) = 178+191+140=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF8C is #4D4073. Grayscale: #B5B5B5. Windows color (decimal): -5062772 or 9224114. OLE color: 9224114.

HSL color Cylindrical-coordinate representation of color #B2BF8C: hue angle of 75.29º degrees, saturation: 0.28, 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 #B2BF8C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 140 -
CMYK 0.07 0 0.27 0.25
HSL 75.29º 0.28% 0.65% -
HSV(B) 75.29º 0.27% 0.75% -
XYZ 41.72 48.62 32 -
YUV 181.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 178 191 140 0.07 0 0.27 0.25 75.29 0.28 0.65
Hex B2 BF 8C 7 0 1B 19 4B 1C 41
Octal 262 277 214 7 0 33 31 113 34 101
Binary 10110010 10111111 10001100 111 0 11011 11001 1001011 11100 1000001

Color Harmonies of #B2BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF8C

Black with #B2BF8C

Text Example


Text Example

White with #B2BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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