Html Css Color HEX #B0BE82 Caper

📋 copy color: '#B0BE82'

red 176 ◦ green 190 ◦ blue 130

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

Shades of Caper #B0BE82

Tints of Caper #B0BE82

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.31%

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

R = 35.48%
G = 38.31%
B = 26.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#B0BE82 (or 0xB0BE82) is known color: Caper. HEX triplet: B0, BE and 82. RGB value is (176,190,130). Sum of RGB (Red+Green+Blue) = 176+190+130=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE82 is #4F417D. Grayscale: #B3B3B3. Windows color (decimal): -5194110 or 8568496. OLE color: 8568496.

HSL color Cylindrical-coordinate representation of color #B0BE82: hue angle of 74º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0BE82 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 130 -
CMYK 0.07 0 0.32 0.25
HSL 74º 0.32% 0.63% -
HSV(B) 74º 0.32% 0.75% -
XYZ 40.35 47.67 28.19 -
YUV 178.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 176 190 130 0.07 0 0.32 0.25 74 0.32 0.63
Hex B0 BE 82 7 0 20 19 4A 20 3F
Octal 260 276 202 7 0 40 31 112 40 77
Binary 10110000 10111110 10000010 111 0 100000 11001 1001010 100000 111111

Color Harmonies of #B0BE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE82

Black with #B0BE82

Text Example


Text Example

White with #B0BE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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