Html Css Color HEX #B5C48F Caper

📋 copy color: '#B5C48F'

red 181 ◦ green 196 ◦ blue 143

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

Shades of Caper #B5C48F

Tints of Caper #B5C48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

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

R = 34.81%
G = 37.69%
B = 27.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#B5C48F (or 0xB5C48F) is known color: Caper. HEX triplet: B5, C4 and 8F. RGB value is (181,196,143). Sum of RGB (Red+Green+Blue) = 181+196+143=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C48F is #4A3B70. Grayscale: #B9B9B9. Windows color (decimal): -4864881 or 9422005. OLE color: 9422005.

HSL color Cylindrical-coordinate representation of color #B5C48F: hue angle of 76.98º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5C48F is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 196 143 -
CMYK 0.08 0 0.27 0.23
HSL 76.98º 0.31% 0.66% -
HSV(B) 76.98º 0.27% 0.77% -
XYZ 43.75 51.29 33.58 -
YUV 185.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 181 196 143 0.08 0 0.27 0.23 76.98 0.31 0.66
Hex B5 C4 8F 8 0 1B 17 4D 1F 42
Octal 265 304 217 10 0 33 27 115 37 102
Binary 10110101 11000100 10001111 1000 0 11011 10111 1001101 11111 1000010

Color Harmonies of #B5C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C48F

Black with #B5C48F

Text Example


Text Example

White with #B5C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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