Html Css Color HEX #B0B979 Caper

📋 copy color: '#B0B979'

red 176 ◦ green 185 ◦ blue 121

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

Shades of Caper #B0B979

Tints of Caper #B0B979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.1%

R = 36.51%
G = 38.38%
B = 25.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B0B979 (or 0xB0B979) is known color: Caper. HEX triplet: B0, B9 and 79. RGB value is (176,185,121). Sum of RGB (Red+Green+Blue) = 176+185+121=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B979 is #4F4686. Grayscale: #AFAFAF. Windows color (decimal): -5195399 or 7977392. OLE color: 7977392.

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

Color convert

RGB 176 185 121 -
CMYK 0.05 0 0.35 0.27
HSL 68.44º 0.31% 0.6% -
HSV(B) 68.44º 0.35% 0.73% -
XYZ 38.7 45.31 24.79 -
YUV 175.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 176 185 121 0.05 0 0.35 0.27 68.44 0.31 0.6
Hex B0 B9 79 5 0 23 1B 44 1F 3C
Octal 260 271 171 5 0 43 33 104 37 74
Binary 10110000 10111001 1111001 101 0 100011 11011 1000100 11111 111100

Color Harmonies of #B0B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B979

Black with #B0B979

Text Example


Text Example

White with #B0B979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B979; }

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

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

background-color css

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

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

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

border-color css

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

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

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