Html Css Color HEX #B1B98B Caper

📋 copy color: '#B1B98B'

red 177 ◦ green 185 ◦ blue 139

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

Shades of Caper #B1B98B

Tints of Caper #B1B98B

RGB

 RED value IS 177 (69.53% from 255) = 35.33%

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

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 35.33%
G = 36.93%
B = 27.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B1B98B (or 0xB1B98B) is known color: Caper. HEX triplet: B1, B9 and 8B. RGB value is (177,185,139). Sum of RGB (Red+Green+Blue) = 177+185+139=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B98B is #4E4674. Grayscale: #B1B1B1. Windows color (decimal): -5129845 or 9157041. OLE color: 9157041.

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

Color convert

RGB 177 185 139 -
CMYK 0.04 0 0.25 0.27
HSL 70.43º 0.25% 0.64% -
HSV(B) 70.43º 0.25% 0.73% -
XYZ 40.14 45.91 31.17 -
YUV 177.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 177 185 139 0.04 0 0.25 0.27 70.43 0.25 0.64
Hex B1 B9 8B 4 0 19 1B 46 19 40
Octal 261 271 213 4 0 31 33 106 31 100
Binary 10110001 10111001 10001011 100 0 11001 11011 1000110 11001 1000000

Color Harmonies of #B1B98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B98B

Black with #B1B98B

Text Example


Text Example

White with #B1B98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B98B; }

 p { color: rgb(177,185,139); }

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

background-color css

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

 a { background-color: rgb(177,185,139); }

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

border-color css

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

 span { border-color: rgb(177,185,139); }

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