Html Css Color HEX #B61665 Jazzberry Jam

📋 copy color: '#B61665'

red 182 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #B61665

Tints of Jazzberry Jam #B61665

RGB

 RED value IS 182 (71.48% from 255) = 59.67%

 GREEN value IS 22 (8.98% from 255) = 7.21%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 59.67%
G = 7.21%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B61665 (or 0xB61665) is known color: Jazzberry Jam. HEX triplet: B6, 16 and 65. RGB value is (182,22,101). Sum of RGB (Red+Green+Blue) = 182+22+101=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B61665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61665 is #49E99A. Grayscale: #4E4E4E. Windows color (decimal): -4843931 or 6624950. OLE color: 6624950.

HSL color Cylindrical-coordinate representation of color #B61665: hue angle of 330.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61665 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 22 101 -
CMYK 0 0.88 0.45 0.29
HSL 330.38º 0.78% 0.4% -
HSV(B) 330.38º 0.88% 0.71% -
XYZ 21.93 11.46 13.37 -
YUV 78.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 182 22 101 0 0.88 0.45 0.29 330.38 0.78 0.4
Hex B6 16 65 0 58 2D 1D 14A 4E 28
Octal 266 26 145 0 130 55 35 512 116 50
Binary 10110110 10110 1100101 0 1011000 101101 11101 101001010 1001110 101000

Color Harmonies of #B61665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61665

Black with #B61665

Text Example


Text Example

White with #B61665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61665; }

 p { color: rgb(182,22,101); }

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

background-color css

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

 a { background-color: rgb(182,22,101); }

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

border-color css

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

 span { border-color: rgb(182,22,101); }

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