Html Css Color HEX #B0235D Jazzberry Jam

📋 copy color: '#B0235D'

red 176 ◦ green 35 ◦ blue 93

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

Shades of Jazzberry Jam #B0235D

Tints of Jazzberry Jam #B0235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 57.89%
G = 11.51%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0235D (or 0xB0235D) is known color: Jazzberry Jam. HEX triplet: B0, 23 and 5D. RGB value is (176,35,93). Sum of RGB (Red+Green+Blue) = 176+35+93=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0235D is #4FDCA2. Grayscale: #535353. Windows color (decimal): -5233827 or 6103984. OLE color: 6103984.

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

Color convert

RGB 176 35 93 -
CMYK 0 0.80 0.47 0.31
HSL 335.32º 0.67% 0.41% -
HSV(B) 335.32º 0.8% 0.69% -
XYZ 20.48 11.22 11.44 -
YUV 83.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 176 35 93 0 0.80 0.47 0.31 335.32 0.67 0.41
Hex B0 23 5D 0 50 2F 1F 14F 43 29
Octal 260 43 135 0 120 57 37 517 103 51
Binary 10110000 100011 1011101 0 1010000 101111 11111 101001111 1000011 101001

Color Harmonies of #B0235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0235D

Black with #B0235D

Text Example


Text Example

White with #B0235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0235D; }

 p { color: rgb(176,35,93); }

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

background-color css

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

 a { background-color: rgb(176,35,93); }

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

border-color css

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

 span { border-color: rgb(176,35,93); }

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