Html Css Color HEX #B8C48C Caper

📋 copy color: '#B8C48C'

red 184 ◦ green 196 ◦ blue 140

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

Shades of Caper #B8C48C

Tints of Caper #B8C48C

RGB

 RED value IS 184 (72.27% from 255) = 35.38%

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

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

R = 35.38%
G = 37.69%
B = 26.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#B8C48C (or 0xB8C48C) is known color: Caper. HEX triplet: B8, C4 and 8C. RGB value is (184,196,140). Sum of RGB (Red+Green+Blue) = 184+196+140=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C48C is #473B73. Grayscale: #BABABA. Windows color (decimal): -4668276 or 9225400. OLE color: 9225400.

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

Color convert

RGB 184 196 140 -
CMYK 0.06 0 0.29 0.23
HSL 72.86º 0.32% 0.66% -
HSV(B) 72.86º 0.29% 0.77% -
XYZ 44.24 51.56 32.43 -
YUV 186.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 184 196 140 0.06 0 0.29 0.23 72.86 0.32 0.66
Hex B8 C4 8C 6 0 1D 17 49 20 42
Octal 270 304 214 6 0 35 27 111 40 102
Binary 10111000 11000100 10001100 110 0 11101 10111 1001001 100000 1000010

Color Harmonies of #B8C48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C48C

Black with #B8C48C

Text Example


Text Example

White with #B8C48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C48C; }

 p { color: rgb(184,196,140); }

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

background-color css

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

 a { background-color: rgb(184,196,140); }

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

border-color css

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

 span { border-color: rgb(184,196,140); }

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