Html Css Color HEX #B62365 Jazzberry Jam

📋 copy color: '#B62365'

red 182 ◦ green 35 ◦ blue 101

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

Shades of Jazzberry Jam #B62365

Tints of Jazzberry Jam #B62365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

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

R = 57.23%
G = 11.01%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B62365 (or 0xB62365) is known color: Jazzberry Jam. HEX triplet: B6, 23 and 65. RGB value is (182,35,101). Sum of RGB (Red+Green+Blue) = 182+35+101=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B62365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62365 is #49DC9A. Grayscale: #565656. Windows color (decimal): -4840603 or 6628278. OLE color: 6628278.

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

Color convert

RGB 182 35 101 -
CMYK 0 0.81 0.45 0.29
HSL 333.06º 0.68% 0.43% -
HSV(B) 333.06º 0.81% 0.71% -
XYZ 22.24 12.09 13.47 -
YUV 86.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 182 35 101 0 0.81 0.45 0.29 333.06 0.68 0.43
Hex B6 23 65 0 51 2D 1D 14D 44 2B
Octal 266 43 145 0 121 55 35 515 104 53
Binary 10110110 100011 1100101 0 1010001 101101 11101 101001101 1000100 101011

Color Harmonies of #B62365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62365

Black with #B62365

Text Example


Text Example

White with #B62365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62365; }

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

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

background-color css

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

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

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

border-color css

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

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

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