Html Css Color HEX #B6C08F Caper

📋 copy color: '#B6C08F'

red 182 ◦ green 192 ◦ blue 143

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

Shades of Caper #B6C08F

Tints of Caper #B6C08F

RGB

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

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

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

R = 35.2%
G = 37.14%
B = 27.66%

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

#B6C08F (or 0xB6C08F) is known color: Caper. HEX triplet: B6, C0 and 8F. RGB value is (182,192,143). Sum of RGB (Red+Green+Blue) = 182+192+143=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C08F is #493F70. Grayscale: #B7B7B7. Windows color (decimal): -4800369 or 9420982. OLE color: 9420982.

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

Color convert

RGB 182 192 143 -
CMYK 0.05 0 0.26 0.25
HSL 72.24º 0.28% 0.66% -
HSV(B) 72.24º 0.26% 0.75% -
XYZ 43.1 49.63 33.29 -
YUV 183.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 182 192 143 0.05 0 0.26 0.25 72.24 0.28 0.66
Hex B6 C0 8F 5 0 1A 19 48 1C 42
Octal 266 300 217 5 0 32 31 110 34 102
Binary 10110110 11000000 10001111 101 0 11010 11001 1001000 11100 1000010

Color Harmonies of #B6C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C08F

Black with #B6C08F

Text Example


Text Example

White with #B6C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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