Html Css Color HEX #B4BF8E Caper

📋 copy color: '#B4BF8E'

red 180 ◦ green 191 ◦ blue 142

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

Shades of Caper #B4BF8E

Tints of Caper #B4BF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 35.09%
G = 37.23%
B = 27.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B4BF8E (or 0xB4BF8E) is known color: Caper. HEX triplet: B4, BF and 8E. RGB value is (180,191,142). Sum of RGB (Red+Green+Blue) = 180+191+142=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF8E is #4B4071. Grayscale: #B6B6B6. Windows color (decimal): -4931698 or 9355188. OLE color: 9355188.

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

Color convert

RGB 180 191 142 -
CMYK 0.06 0 0.26 0.25
HSL 73.47º 0.28% 0.65% -
HSV(B) 73.47º 0.26% 0.75% -
XYZ 42.34 48.92 32.8 -
YUV 182.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 180 191 142 0.06 0 0.26 0.25 73.47 0.28 0.65
Hex B4 BF 8E 6 0 1A 19 49 1C 41
Octal 264 277 216 6 0 32 31 111 34 101
Binary 10110100 10111111 10001110 110 0 11010 11001 1001001 11100 1000001

Color Harmonies of #B4BF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF8E

Black with #B4BF8E

Text Example


Text Example

White with #B4BF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF8E; }

 p { color: rgb(180,191,142); }

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

background-color css

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

 a { background-color: rgb(180,191,142); }

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

border-color css

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

 span { border-color: rgb(180,191,142); }

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