Html Css Color HEX #B2BF7E Caper

📋 copy color: '#B2BF7E'

red 178 ◦ green 191 ◦ blue 126

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

Shades of Caper #B2BF7E

Tints of Caper #B2BF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 35.96%
G = 38.59%
B = 25.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B2BF7E (or 0xB2BF7E) is known color: Caper. HEX triplet: B2, BF and 7E. RGB value is (178,191,126). Sum of RGB (Red+Green+Blue) = 178+191+126=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF7E is #4D4081. Grayscale: #B3B3B3. Windows color (decimal): -5062786 or 8306610. OLE color: 8306610.

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

Color convert

RGB 178 191 126 -
CMYK 0.07 0 0.34 0.25
HSL 72º 0.34% 0.62% -
HSV(B) 72º 0.34% 0.75% -
XYZ 40.76 48.23 26.9 -
YUV 179.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 178 191 126 0.07 0 0.34 0.25 72 0.34 0.62
Hex B2 BF 7E 7 0 22 19 48 22 3E
Octal 262 277 176 7 0 42 31 110 42 76
Binary 10110010 10111111 1111110 111 0 100010 11001 1001000 100010 111110

Color Harmonies of #B2BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF7E

Black with #B2BF7E

Text Example


Text Example

White with #B2BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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