Html Css Color HEX #B4BC8F Caper

📋 copy color: '#B4BC8F'

red 180 ◦ green 188 ◦ blue 143

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

Shades of Caper #B4BC8F

Tints of Caper #B4BC8F

RGB

 RED value IS 180 (70.7% from 255) = 35.23%

 GREEN value IS 188 (73.83% from 255) = 36.79%

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

R = 35.23%
G = 36.79%
B = 27.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#B4BC8F (or 0xB4BC8F) is known color: Caper. HEX triplet: B4, BC and 8F. RGB value is (180,188,143). Sum of RGB (Red+Green+Blue) = 180+188+143=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC8F is #4B4370. Grayscale: #B4B4B4. Windows color (decimal): -4932465 or 9419956. OLE color: 9419956.

HSL color Cylindrical-coordinate representation of color #B4BC8F: hue angle of 70.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4BC8F is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 143 -
CMYK 0.04 0 0.24 0.26
HSL 70.67º 0.25% 0.65% -
HSV(B) 70.67º 0.24% 0.74% -
XYZ 41.76 47.65 32.98 -
YUV 180.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 180 188 143 0.04 0 0.24 0.26 70.67 0.25 0.65
Hex B4 BC 8F 4 0 18 1A 47 19 41
Octal 264 274 217 4 0 30 32 107 31 101
Binary 10110100 10111100 10001111 100 0 11000 11010 1000111 11001 1000001

Color Harmonies of #B4BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC8F

Black with #B4BC8F

Text Example


Text Example

White with #B4BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC8F; }

 p { color: rgb(180,188,143); }

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

background-color css

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

 a { background-color: rgb(180,188,143); }

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

border-color css

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

 span { border-color: rgb(180,188,143); }

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