Html Css Color HEX #B2B98F Caper

📋 copy color: '#B2B98F'

red 178 ◦ green 185 ◦ blue 143

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

Shades of Caper #B2B98F

Tints of Caper #B2B98F

RGB

 RED value IS 178 (69.92% from 255) = 35.18%

 GREEN value IS 185 (72.66% from 255) = 36.56%

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

R = 35.18%
G = 36.56%
B = 28.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B2B98F (or 0xB2B98F) is known color: Caper. HEX triplet: B2, B9 and 8F. RGB value is (178,185,143). Sum of RGB (Red+Green+Blue) = 178+185+143=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B98F is #4D4670. Grayscale: #B2B2B2. Windows color (decimal): -5064305 or 9419186. OLE color: 9419186.

HSL color Cylindrical-coordinate representation of color #B2B98F: hue angle of 70º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2B98F is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 143 -
CMYK 0.04 0 0.23 0.27
HSL 70º 0.23% 0.64% -
HSV(B) 70º 0.23% 0.73% -
XYZ 40.67 46.15 32.75 -
YUV 178.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 178 185 143 0.04 0 0.23 0.27 70 0.23 0.64
Hex B2 B9 8F 4 0 17 1B 46 17 40
Octal 262 271 217 4 0 27 33 106 27 100
Binary 10110010 10111001 10001111 100 0 10111 11011 1000110 10111 1000000

Color Harmonies of #B2B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B98F

Black with #B2B98F

Text Example


Text Example

White with #B2B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B98F; }

 p { color: rgb(178,185,143); }

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

background-color css

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

 a { background-color: rgb(178,185,143); }

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

border-color css

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

 span { border-color: rgb(178,185,143); }

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