Html Css Color HEX #B5BE8C Caper

📋 copy color: '#B5BE8C'

red 181 ◦ green 190 ◦ blue 140

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

Shades of Caper #B5BE8C

Tints of Caper #B5BE8C

RGB

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

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

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

R = 35.42%
G = 37.18%
B = 27.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B5BE8C (or 0xB5BE8C) is known color: Caper. HEX triplet: B5, BE and 8C. RGB value is (181,190,140). Sum of RGB (Red+Green+Blue) = 181+190+140=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BE8C is #4A4173. Grayscale: #B5B5B5. Windows color (decimal): -4866420 or 9223861. OLE color: 9223861.

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

Color convert

RGB 181 190 140 -
CMYK 0.05 0 0.26 0.25
HSL 70.8º 0.28% 0.65% -
HSV(B) 70.8º 0.26% 0.75% -
XYZ 42.2 48.54 31.96 -
YUV 181.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 181 190 140 0.05 0 0.26 0.25 70.8 0.28 0.65
Hex B5 BE 8C 5 0 1A 19 47 1C 41
Octal 265 276 214 5 0 32 31 107 34 101
Binary 10110101 10111110 10001100 101 0 11010 11001 1000111 11100 1000001

Color Harmonies of #B5BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE8C

Black with #B5BE8C

Text Example


Text Example

White with #B5BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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