Html Css Color HEX #B7006B Jazzberry Jam

📋 copy color: '#B7006B'

red 183 ◦ green 0 ◦ blue 107

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

Shades of Jazzberry Jam #B7006B

Tints of Jazzberry Jam #B7006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.1%
G = 0%
B = 36.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7006B (or 0xB7006B) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 6B. RGB value is (183,0,107). Sum of RGB (Red+Green+Blue) = 183+0+107=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7006B is #48FF94. Grayscale: #424242. Windows color (decimal): -4784021 or 7012535. OLE color: 7012535.

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

Color convert

RGB 183 0 107 -
CMYK 0 1 0.42 0.28
HSL 324.92º 1% 0.36% -
HSV(B) 324.92º 1% 0.72% -
XYZ 22.18 11.13 14.89 -
YUV 66.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 183 0 107 0 1 0.42 0.28 324.92 1 0.36
Hex B7 0 6B 0 64 2A 1C 145 64 24
Octal 267 0 153 0 144 52 34 505 144 44
Binary 10110111 0 1101011 0 1100100 101010 11100 101000101 1100100 100100

Color Harmonies of #B7006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7006B

Black with #B7006B

Text Example


Text Example

White with #B7006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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