Html Css Color HEX #B0B98F Caper

📋 copy color: '#B0B98F'

red 176 ◦ green 185 ◦ blue 143

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

Shades of Caper #B0B98F

Tints of Caper #B0B98F

RGB

 RED value IS 176 (69.14% from 255) = 34.92%

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

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

R = 34.92%
G = 36.71%
B = 28.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B0B98F (or 0xB0B98F) is known color: Caper. HEX triplet: B0, B9 and 8F. RGB value is (176,185,143). Sum of RGB (Red+Green+Blue) = 176+185+143=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B98F is #4F4670. Grayscale: #B1B1B1. Windows color (decimal): -5195377 or 9419184. OLE color: 9419184.

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

Color convert

RGB 176 185 143 -
CMYK 0.05 0 0.23 0.27
HSL 72.86º 0.23% 0.64% -
HSV(B) 72.86º 0.23% 0.73% -
XYZ 40.21 45.91 32.73 -
YUV 177.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 176 185 143 0.05 0 0.23 0.27 72.86 0.23 0.64
Hex B0 B9 8F 5 0 17 1B 49 17 40
Octal 260 271 217 5 0 27 33 111 27 100
Binary 10110000 10111001 10001111 101 0 10111 11011 1001001 10111 1000000

Color Harmonies of #B0B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B98F

Black with #B0B98F

Text Example


Text Example

White with #B0B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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