Html Css Color HEX #B2065D Jazzberry Jam

📋 copy color: '#B2065D'

red 178 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #B2065D

Tints of Jazzberry Jam #B2065D

RGB

 RED value IS 178 (69.92% from 255) = 64.26%

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 64.26%
G = 2.17%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2065D (or 0xB2065D) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 5D. RGB value is (178,6,93). Sum of RGB (Red+Green+Blue) = 178+6+93=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2065D is #4DF9A2. Grayscale: #434343. Windows color (decimal): -5110179 or 6096562. OLE color: 6096562.

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

Color convert

RGB 178 6 93 -
CMYK 0 0.97 0.48 0.30
HSL 329.65º 0.93% 0.36% -
HSV(B) 329.65º 0.97% 0.7% -
XYZ 20.4 10.39 11.29 -
YUV 67.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 178 6 93 0 0.97 0.48 0.30 329.65 0.93 0.36
Hex B2 6 5D 0 61 30 1E 14A 5D 24
Octal 262 6 135 0 141 60 36 512 135 44
Binary 10110010 110 1011101 0 1100001 110000 11110 101001010 1011101 100100

Color Harmonies of #B2065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2065D

Black with #B2065D

Text Example


Text Example

White with #B2065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2065D; }

 p { color: rgb(178,6,93); }

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

background-color css

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

 a { background-color: rgb(178,6,93); }

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

border-color css

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

 span { border-color: rgb(178,6,93); }

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