Html Css Color HEX #B0205C Jazzberry Jam

📋 copy color: '#B0205C'

red 176 ◦ green 32 ◦ blue 92

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

Shades of Jazzberry Jam #B0205C

Tints of Jazzberry Jam #B0205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 58.67%
G = 10.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0205C (or 0xB0205C) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 5C. RGB value is (176,32,92). Sum of RGB (Red+Green+Blue) = 176+32+92=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0205C is #4FDFA3. Grayscale: #515151. Windows color (decimal): -5234596 or 6037680. OLE color: 6037680.

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

Color convert

RGB 176 32 92 -
CMYK 0 0.82 0.48 0.31
HSL 335º 0.69% 0.41% -
HSV(B) 335º 0.82% 0.69% -
XYZ 20.35 11.04 11.18 -
YUV 81.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 176 32 92 0 0.82 0.48 0.31 335 0.69 0.41
Hex B0 20 5C 0 52 30 1F 14F 45 29
Octal 260 40 134 0 122 60 37 517 105 51
Binary 10110000 100000 1011100 0 1010010 110000 11111 101001111 1000101 101001

Color Harmonies of #B0205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0205C

Black with #B0205C

Text Example


Text Example

White with #B0205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0205C; }

 p { color: rgb(176,32,92); }

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

background-color css

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

 a { background-color: rgb(176,32,92); }

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

border-color css

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

 span { border-color: rgb(176,32,92); }

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