Html Css Color HEX #B60754 Jazzberry Jam

📋 copy color: '#B60754'

red 182 ◦ green 7 ◦ blue 84

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

Shades of Jazzberry Jam #B60754

Tints of Jazzberry Jam #B60754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 66.67%
G = 2.56%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B60754 (or 0xB60754) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 54. RGB value is (182,7,84). Sum of RGB (Red+Green+Blue) = 182+7+84=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B60754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60754 is #49F8AB. Grayscale: #434343. Windows color (decimal): -4847788 or 5506998. OLE color: 5506998.

HSL color Cylindrical-coordinate representation of color #B60754: hue angle of 333.6º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60754 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 84 -
CMYK 0 0.96 0.54 0.29
HSL 333.6º 0.93% 0.37% -
HSV(B) 333.6º 0.96% 0.71% -
XYZ 20.97 10.74 9.35 -
YUV 68.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 182 7 84 0 0.96 0.54 0.29 333.6 0.93 0.37
Hex B6 7 54 0 60 36 1D 14E 5D 25
Octal 266 7 124 0 140 66 35 516 135 45
Binary 10110110 111 1010100 0 1100000 110110 11101 101001110 1011101 100101

Color Harmonies of #B60754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60754

Black with #B60754

Text Example


Text Example

White with #B60754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60754; }

 p { color: rgb(182,7,84); }

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

background-color css

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

 a { background-color: rgb(182,7,84); }

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

border-color css

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

 span { border-color: rgb(182,7,84); }

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