Html Css Color HEX #B6BF87 Caper

📋 copy color: '#B6BF87'

red 182 ◦ green 191 ◦ blue 135

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

Shades of Caper #B6BF87

Tints of Caper #B6BF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.57%

R = 35.83%
G = 37.6%
B = 26.57%

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

#B6BF87 (or 0xB6BF87) is known color: Caper. HEX triplet: B6, BF and 87. RGB value is (182,191,135). Sum of RGB (Red+Green+Blue) = 182+191+135=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF87 is #494078. Grayscale: #B6B6B6. Windows color (decimal): -4800633 or 8896438. OLE color: 8896438.

HSL color Cylindrical-coordinate representation of color #B6BF87: hue angle of 69.64º 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 #B6BF87 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 191 135 -
CMYK 0.05 0 0.29 0.25
HSL 69.64º 0.3% 0.64% -
HSV(B) 69.64º 0.29% 0.75% -
XYZ 42.3 48.96 30.14 -
YUV 181.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 182 191 135 0.05 0 0.29 0.25 69.64 0.3 0.64
Hex B6 BF 87 5 0 1D 19 46 1E 40
Octal 266 277 207 5 0 35 31 106 36 100
Binary 10110110 10111111 10000111 101 0 11101 11001 1000110 11110 1000000

Color Harmonies of #B6BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BF87

Black with #B6BF87

Text Example


Text Example

White with #B6BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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