Html Css Color HEX #B70C6B Jazzberry Jam

📋 copy color: '#B70C6B'

red 183 ◦ green 12 ◦ blue 107

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

Shades of Jazzberry Jam #B70C6B

Tints of Jazzberry Jam #B70C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 60.6%
G = 3.97%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B70C6B (or 0xB70C6B) is known color: Jazzberry Jam. HEX triplet: B7, 0C and 6B. RGB value is (183,12,107). Sum of RGB (Red+Green+Blue) = 183+12+107=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70C6B is #48F394. Grayscale: #494949. Windows color (decimal): -4780949 or 7015607. OLE color: 7015607.

HSL color Cylindrical-coordinate representation of color #B70C6B: hue angle of 326.67º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C6B is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 12 107 -
CMYK 0 0.93 0.42 0.28
HSL 326.67º 0.88% 0.38% -
HSV(B) 326.67º 0.93% 0.72% -
XYZ 22.31 11.39 14.93 -
YUV 73.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 183 12 107 0 0.93 0.42 0.28 326.67 0.88 0.38
Hex B7 C 6B 0 5D 2A 1C 147 58 26
Octal 267 14 153 0 135 52 34 507 130 46
Binary 10110111 1100 1101011 0 1011101 101010 11100 101000111 1011000 100110

Color Harmonies of #B70C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70C6B

Black with #B70C6B

Text Example


Text Example

White with #B70C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70C6B; }

 p { color: rgb(183,12,107); }

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

background-color css

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

 a { background-color: rgb(183,12,107); }

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

border-color css

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

 span { border-color: rgb(183,12,107); }

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