Html Css Color HEX #B6BF88 Caper

📋 copy color: '#B6BF88'

red 182 ◦ green 191 ◦ blue 136

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

Shades of Caper #B6BF88

Tints of Caper #B6BF88

RGB

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

 GREEN value IS 191 (75% from 255) = 37.52%

 BLUE value IS 136 (53.52% from 255) = 26.72%

R = 35.76%
G = 37.52%
B = 26.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#B6BF88 (or 0xB6BF88) is known color: Caper. HEX triplet: B6, BF and 88. RGB value is (182,191,136). Sum of RGB (Red+Green+Blue) = 182+191+136=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF88 is #494077. Grayscale: #B6B6B6. Windows color (decimal): -4800632 or 8961974. OLE color: 8961974.

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

Color convert

RGB 182 191 136 -
CMYK 0.05 0 0.29 0.25
HSL 69.82º 0.3% 0.64% -
HSV(B) 69.82º 0.29% 0.75% -
XYZ 42.37 48.98 30.51 -
YUV 182.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 182 191 136 0.05 0 0.29 0.25 69.82 0.3 0.64
Hex B6 BF 88 5 0 1D 19 46 1E 40
Octal 266 277 210 5 0 35 31 106 36 100
Binary 10110110 10111111 10001000 101 0 11101 11001 1000110 11110 1000000

Color Harmonies of #B6BF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BF88

Black with #B6BF88

Text Example


Text Example

White with #B6BF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BF88; }

 p { color: rgb(182,191,136); }

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

background-color css

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

 a { background-color: rgb(182,191,136); }

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

border-color css

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

 span { border-color: rgb(182,191,136); }

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