Html Css Color HEX #B8C986 Caper

📋 copy color: '#B8C986'

red 184 ◦ green 201 ◦ blue 134

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

Shades of Caper #B8C986

Tints of Caper #B8C986

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 134 (52.73% from 255) = 25.82%

R = 35.45%
G = 38.73%
B = 25.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#B8C986 (or 0xB8C986) is known color: Caper. HEX triplet: B8, C9 and 86. RGB value is (184,201,134). Sum of RGB (Red+Green+Blue) = 184+201+134=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C986 is #473679. Grayscale: #BCBCBC. Windows color (decimal): -4667002 or 8833464. OLE color: 8833464.

HSL color Cylindrical-coordinate representation of color #B8C986: hue angle of 75.22º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8C986 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 201 134 -
CMYK 0.08 0 0.33 0.21
HSL 75.22º 0.38% 0.66% -
HSV(B) 75.22º 0.33% 0.79% -
XYZ 44.96 53.68 30.55 -
YUV 188.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 184 201 134 0.08 0 0.33 0.21 75.22 0.38 0.66
Hex B8 C9 86 8 0 21 15 4B 26 42
Octal 270 311 206 10 0 41 25 113 46 102
Binary 10111000 11001001 10000110 1000 0 100001 10101 1001011 100110 1000010

Color Harmonies of #B8C986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C986

Black with #B8C986

Text Example


Text Example

White with #B8C986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C986; }

 p { color: rgb(184,201,134); }

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

background-color css

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

 a { background-color: rgb(184,201,134); }

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

border-color css

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

 span { border-color: rgb(184,201,134); }

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