Html Css Color HEX #B6C08C Caper

📋 copy color: '#B6C08C'

red 182 ◦ green 192 ◦ blue 140

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

Shades of Caper #B6C08C

Tints of Caper #B6C08C

RGB

 RED value IS 182 (71.48% from 255) = 35.41%

 GREEN value IS 192 (75.39% from 255) = 37.35%

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

R = 35.41%
G = 37.35%
B = 27.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#B6C08C (or 0xB6C08C) is known color: Caper. HEX triplet: B6, C0 and 8C. RGB value is (182,192,140). Sum of RGB (Red+Green+Blue) = 182+192+140=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C08C is #493F73. Grayscale: #B7B7B7. Windows color (decimal): -4800372 or 9224374. OLE color: 9224374.

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

Color convert

RGB 182 192 140 -
CMYK 0.05 0 0.27 0.25
HSL 71.54º 0.29% 0.65% -
HSV(B) 71.54º 0.27% 0.75% -
XYZ 42.87 49.54 32.11 -
YUV 183.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 182 192 140 0.05 0 0.27 0.25 71.54 0.29 0.65
Hex B6 C0 8C 5 0 1B 19 48 1D 41
Octal 266 300 214 5 0 33 31 110 35 101
Binary 10110110 11000000 10001100 101 0 11011 11001 1001000 11101 1000001

Color Harmonies of #B6C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C08C

Black with #B6C08C

Text Example


Text Example

White with #B6C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C08C; }

 p { color: rgb(182,192,140); }

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

background-color css

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

 a { background-color: rgb(182,192,140); }

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

border-color css

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

 span { border-color: rgb(182,192,140); }

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