Html Css Color HEX #B5BE8F Caper

📋 copy color: '#B5BE8F'

red 181 ◦ green 190 ◦ blue 143

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

Shades of Caper #B5BE8F

Tints of Caper #B5BE8F

RGB

 RED value IS 181 (71.09% from 255) = 35.21%

 GREEN value IS 190 (74.61% from 255) = 36.96%

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 35.21%
G = 36.96%
B = 27.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#B5BE8F (or 0xB5BE8F) is known color: Caper. HEX triplet: B5, BE and 8F. RGB value is (181,190,143). Sum of RGB (Red+Green+Blue) = 181+190+143=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BE8F is #4A4170. Grayscale: #B6B6B6. Windows color (decimal): -4866417 or 9420469. OLE color: 9420469.

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

Color convert

RGB 181 190 143 -
CMYK 0.05 0 0.25 0.25
HSL 71.49º 0.27% 0.65% -
HSV(B) 71.49º 0.25% 0.75% -
XYZ 42.43 48.63 33.14 -
YUV 181.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 181 190 143 0.05 0 0.25 0.25 71.49 0.27 0.65
Hex B5 BE 8F 5 0 19 19 47 1B 41
Octal 265 276 217 5 0 31 31 107 33 101
Binary 10110101 10111110 10001111 101 0 11001 11001 1000111 11011 1000001

Color Harmonies of #B5BE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE8F

Black with #B5BE8F

Text Example


Text Example

White with #B5BE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE8F; }

 p { color: rgb(181,190,143); }

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

background-color css

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

 a { background-color: rgb(181,190,143); }

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

border-color css

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

 span { border-color: rgb(181,190,143); }

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