Html Css Color HEX #B2BF8A Caper

📋 copy color: '#B2BF8A'

red 178 ◦ green 191 ◦ blue 138

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

Shades of Caper #B2BF8A

Tints of Caper #B2BF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 35.11%
G = 37.67%
B = 27.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#B2BF8A (or 0xB2BF8A) is known color: Caper. HEX triplet: B2, BF and 8A. RGB value is (178,191,138). Sum of RGB (Red+Green+Blue) = 178+191+138=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF8A is #4D4075. Grayscale: #B5B5B5. Windows color (decimal): -5062774 or 9093042. OLE color: 9093042.

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

Color convert

RGB 178 191 138 -
CMYK 0.07 0 0.28 0.25
HSL 74.72º 0.29% 0.65% -
HSV(B) 74.72º 0.28% 0.75% -
XYZ 41.58 48.56 31.23 -
YUV 181.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 178 191 138 0.07 0 0.28 0.25 74.72 0.29 0.65
Hex B2 BF 8A 7 0 1C 19 4B 1D 41
Octal 262 277 212 7 0 34 31 113 35 101
Binary 10110010 10111111 10001010 111 0 11100 11001 1001011 11101 1000001

Color Harmonies of #B2BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF8A

Black with #B2BF8A

Text Example


Text Example

White with #B2BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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