Html Css Color HEX #B61163 Jazzberry Jam

📋 copy color: '#B61163'

red 182 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #B61163

Tints of Jazzberry Jam #B61163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 61.07%
G = 5.7%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B61163 (or 0xB61163) is known color: Jazzberry Jam. HEX triplet: B6, 11 and 63. RGB value is (182,17,99). Sum of RGB (Red+Green+Blue) = 182+17+99=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B61163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61163 is #49EE9C. Grayscale: #4B4B4B. Windows color (decimal): -4845213 or 6492598. OLE color: 6492598.

HSL color Cylindrical-coordinate representation of color #B61163: hue angle of 330.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61163 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 99 -
CMYK 0 0.91 0.46 0.29
HSL 330.18º 0.83% 0.39% -
HSV(B) 330.18º 0.91% 0.71% -
XYZ 21.74 11.25 12.83 -
YUV 75.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 182 17 99 0 0.91 0.46 0.29 330.18 0.83 0.39
Hex B6 11 63 0 5B 2E 1D 14A 53 27
Octal 266 21 143 0 133 56 35 512 123 47
Binary 10110110 10001 1100011 0 1011011 101110 11101 101001010 1010011 100111

Color Harmonies of #B61163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61163

Black with #B61163

Text Example


Text Example

White with #B61163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61163; }

 p { color: rgb(182,17,99); }

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

background-color css

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

 a { background-color: rgb(182,17,99); }

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

border-color css

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

 span { border-color: rgb(182,17,99); }

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