Html Css Color HEX #B7065B Jazzberry Jam

📋 copy color: '#B7065B'

red 183 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #B7065B

Tints of Jazzberry Jam #B7065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 65.36%
G = 2.14%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7065B (or 0xB7065B) is known color: Jazzberry Jam. HEX triplet: B7, 06 and 5B. RGB value is (183,6,91). Sum of RGB (Red+Green+Blue) = 183+6+91=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7065B is #48F9A4. Grayscale: #444444. Windows color (decimal): -4782501 or 5965495. OLE color: 5965495.

HSL color Cylindrical-coordinate representation of color #B7065B: hue angle of 331.19º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7065B is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 6 91 -
CMYK 0 0.97 0.50 0.28
HSL 331.19º 0.94% 0.37% -
HSV(B) 331.19º 0.97% 0.72% -
XYZ 21.48 10.95 10.88 -
YUV 68.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 183 6 91 0 0.97 0.50 0.28 331.19 0.94 0.37
Hex B7 6 5B 0 61 32 1C 14B 5E 25
Octal 267 6 133 0 141 62 34 513 136 45
Binary 10110111 110 1011011 0 1100001 110010 11100 101001011 1011110 100101

Color Harmonies of #B7065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7065B

Black with #B7065B

Text Example


Text Example

White with #B7065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7065B; }

 p { color: rgb(183,6,91); }

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

background-color css

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

 a { background-color: rgb(183,6,91); }

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

border-color css

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

 span { border-color: rgb(183,6,91); }

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