Html Css Color HEX #B0B981 Caper

📋 copy color: '#B0B981'

red 176 ◦ green 185 ◦ blue 129

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

Shades of Caper #B0B981

Tints of Caper #B0B981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.33%

R = 35.92%
G = 37.76%
B = 26.33%

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

#B0B981 (or 0xB0B981) is known color: Caper. HEX triplet: B0, B9 and 81. RGB value is (176,185,129). Sum of RGB (Red+Green+Blue) = 176+185+129=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B981 is #4F467E. Grayscale: #B0B0B0. Windows color (decimal): -5195391 or 8501680. OLE color: 8501680.

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

Color convert

RGB 176 185 129 -
CMYK 0.05 0 0.30 0.27
HSL 69.64º 0.29% 0.62% -
HSV(B) 69.64º 0.3% 0.73% -
XYZ 39.22 45.51 27.49 -
YUV 175.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 176 185 129 0.05 0 0.30 0.27 69.64 0.29 0.62
Hex B0 B9 81 5 0 1E 1B 46 1D 3E
Octal 260 271 201 5 0 36 33 106 35 76
Binary 10110000 10111001 10000001 101 0 11110 11011 1000110 11101 111110

Color Harmonies of #B0B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B981

Black with #B0B981

Text Example


Text Example

White with #B0B981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B981; }

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

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

background-color css

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

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

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

border-color css

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

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

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