Html Css Color HEX #B7006D Jazzberry Jam

📋 copy color: '#B7006D'

red 183 ◦ green 0 ◦ blue 109

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

Shades of Jazzberry Jam #B7006D

Tints of Jazzberry Jam #B7006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 62.67%
G = 0%
B = 37.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7006D (or 0xB7006D) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 6D. RGB value is (183,0,109). Sum of RGB (Red+Green+Blue) = 183+0+109=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7006D is #48FF92. Grayscale: #424242. Windows color (decimal): -4784019 or 7143607. OLE color: 7143607.

HSL color Cylindrical-coordinate representation of color #B7006D: hue angle of 324.26º 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 #B7006D is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 109 -
CMYK 0 1 0.40 0.28
HSL 324.26º 1% 0.36% -
HSV(B) 324.26º 1% 0.72% -
XYZ 22.29 11.17 15.45 -
YUV 67.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 183 0 109 0 1 0.40 0.28 324.26 1 0.36
Hex B7 0 6D 0 64 28 1C 144 64 24
Octal 267 0 155 0 144 50 34 504 144 44
Binary 10110111 0 1101101 0 1100100 101000 11100 101000100 1100100 100100

Color Harmonies of #B7006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7006D

Black with #B7006D

Text Example


Text Example

White with #B7006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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