Html Css Color HEX #B0236D Jazzberry Jam

📋 copy color: '#B0236D'

red 176 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #B0236D

Tints of Jazzberry Jam #B0236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 55%
G = 10.94%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0236D (or 0xB0236D) is known color: Jazzberry Jam. HEX triplet: B0, 23 and 6D. RGB value is (176,35,109). Sum of RGB (Red+Green+Blue) = 176+35+109=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0236D is #4FDC92. Grayscale: #555555. Windows color (decimal): -5233811 or 7152560. OLE color: 7152560.

HSL color Cylindrical-coordinate representation of color #B0236D: hue angle of 328.51º 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 #B0236D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 35 109 -
CMYK 0 0.80 0.38 0.31
HSL 328.51º 0.67% 0.41% -
HSV(B) 328.51º 0.8% 0.69% -
XYZ 21.27 11.54 15.57 -
YUV 85.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 176 35 109 0 0.80 0.38 0.31 328.51 0.67 0.41
Hex B0 23 6D 0 50 26 1F 149 43 29
Octal 260 43 155 0 120 46 37 511 103 51
Binary 10110000 100011 1101101 0 1010000 100110 11111 101001001 1000011 101001

Color Harmonies of #B0236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0236D

Black with #B0236D

Text Example


Text Example

White with #B0236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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