Html Css Color HEX #B71068 Jazzberry Jam

📋 copy color: '#B71068'

red 183 ◦ green 16 ◦ blue 104

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

Shades of Jazzberry Jam #B71068

Tints of Jazzberry Jam #B71068

RGB

 RED value IS 183 (71.88% from 255) = 60.4%

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 60.4%
G = 5.28%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B71068 (or 0xB71068) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 68. RGB value is (183,16,104). Sum of RGB (Red+Green+Blue) = 183+16+104=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71068 is #48EF97. Grayscale: #4B4B4B. Windows color (decimal): -4779928 or 6820023. OLE color: 6820023.

HSL color Cylindrical-coordinate representation of color #B71068: hue angle of 328.38º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71068 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 104 -
CMYK 0 0.91 0.43 0.28
HSL 328.38º 0.84% 0.39% -
HSV(B) 328.38º 0.91% 0.72% -
XYZ 22.21 11.44 14.13 -
YUV 75.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 183 16 104 0 0.91 0.43 0.28 328.38 0.84 0.39
Hex B7 10 68 0 5B 2B 1C 148 54 27
Octal 267 20 150 0 133 53 34 510 124 47
Binary 10110111 10000 1101000 0 1011011 101011 11100 101001000 1010100 100111

Color Harmonies of #B71068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71068

Black with #B71068

Text Example


Text Example

White with #B71068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71068; }

 p { color: rgb(183,16,104); }

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

background-color css

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

 a { background-color: rgb(183,16,104); }

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

border-color css

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

 span { border-color: rgb(183,16,104); }

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