Html Css Color HEX #B0B982 Caper

📋 copy color: '#B0B982'

red 176 ◦ green 185 ◦ blue 130

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

Shades of Caper #B0B982

Tints of Caper #B0B982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 35.85%
G = 37.68%
B = 26.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B0B982 (or 0xB0B982) is known color: Caper. HEX triplet: B0, B9 and 82. RGB value is (176,185,130). Sum of RGB (Red+Green+Blue) = 176+185+130=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B982 is #4F467D. Grayscale: #B0B0B0. Windows color (decimal): -5195390 or 8567216. OLE color: 8567216.

HSL color Cylindrical-coordinate representation of color #B0B982: hue angle of 69.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B982 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 130 -
CMYK 0.05 0 0.30 0.27
HSL 69.82º 0.28% 0.62% -
HSV(B) 69.82º 0.3% 0.73% -
XYZ 39.28 45.54 27.84 -
YUV 176.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 176 185 130 0.05 0 0.30 0.27 69.82 0.28 0.62
Hex B0 B9 82 5 0 1E 1B 46 1C 3E
Octal 260 271 202 5 0 36 33 106 34 76
Binary 10110000 10111001 10000010 101 0 11110 11011 1000110 11100 111110

Color Harmonies of #B0B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B982

Black with #B0B982

Text Example


Text Example

White with #B0B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B982; }

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

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

background-color css

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

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

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

border-color css

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

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

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