Html Css Color HEX #B0065B Jazzberry Jam

📋 copy color: '#B0065B'

red 176 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #B0065B

Tints of Jazzberry Jam #B0065B

RGB

 RED value IS 176 (69.14% from 255) = 64.47%

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

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

R = 64.47%
G = 2.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0065B (or 0xB0065B) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 5B. RGB value is (176,6,91). Sum of RGB (Red+Green+Blue) = 176+6+91=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0065B is #4FF9A4. Grayscale: #424242. Windows color (decimal): -5241253 or 5965488. OLE color: 5965488.

HSL color Cylindrical-coordinate representation of color #B0065B: hue angle of 330º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0065B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 6 91 -
CMYK 0 0.97 0.48 0.31
HSL 330º 0.93% 0.36% -
HSV(B) 330º 0.97% 0.69% -
XYZ 19.86 10.12 10.8 -
YUV 66.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 176 6 91 0 0.97 0.48 0.31 330 0.93 0.36
Hex B0 6 5B 0 61 30 1F 14A 5D 24
Octal 260 6 133 0 141 60 37 512 135 44
Binary 10110000 110 1011011 0 1100001 110000 11111 101001010 1011101 100100

Color Harmonies of #B0065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0065B

Black with #B0065B

Text Example


Text Example

White with #B0065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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