Html Css Color HEX #B0B985 Caper

📋 copy color: '#B0B985'

red 176 ◦ green 185 ◦ blue 133

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

Shades of Caper #B0B985

Tints of Caper #B0B985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 35.63%
G = 37.45%
B = 26.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B0B985 (or 0xB0B985) is known color: Caper. HEX triplet: B0, B9 and 85. RGB value is (176,185,133). Sum of RGB (Red+Green+Blue) = 176+185+133=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B985 is #4F467A. Grayscale: #B0B0B0. Windows color (decimal): -5195387 or 8763824. OLE color: 8763824.

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

Color convert

RGB 176 185 133 -
CMYK 0.05 0 0.28 0.27
HSL 70.38º 0.27% 0.62% -
HSV(B) 70.38º 0.28% 0.73% -
XYZ 39.49 45.62 28.91 -
YUV 176.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 176 185 133 0.05 0 0.28 0.27 70.38 0.27 0.62
Hex B0 B9 85 5 0 1C 1B 46 1B 3E
Octal 260 271 205 5 0 34 33 106 33 76
Binary 10110000 10111001 10000101 101 0 11100 11011 1000110 11011 111110

Color Harmonies of #B0B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B985

Black with #B0B985

Text Example


Text Example

White with #B0B985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B985; }

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

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

background-color css

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

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

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

border-color css

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

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

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