Html Css Color HEX #B1235F Jazzberry Jam

📋 copy color: '#B1235F'

red 177 ◦ green 35 ◦ blue 95

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

Shades of Jazzberry Jam #B1235F

Tints of Jazzberry Jam #B1235F

RGB

 RED value IS 177 (69.53% from 255) = 57.65%

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

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 57.65%
G = 11.4%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1235F (or 0xB1235F) is known color: Jazzberry Jam. HEX triplet: B1, 23 and 5F. RGB value is (177,35,95). Sum of RGB (Red+Green+Blue) = 177+35+95=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1235F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1235F is #4EDCA0. Grayscale: #545454. Windows color (decimal): -5168289 or 6235057. OLE color: 6235057.

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

Color convert

RGB 177 35 95 -
CMYK 0 0.80 0.46 0.31
HSL 334.65º 0.67% 0.42% -
HSV(B) 334.65º 0.8% 0.69% -
XYZ 20.8 11.38 11.93 -
YUV 84.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 177 35 95 0 0.80 0.46 0.31 334.65 0.67 0.42
Hex B1 23 5F 0 50 2E 1F 14F 43 2A
Octal 261 43 137 0 120 56 37 517 103 52
Binary 10110001 100011 1011111 0 1010000 101110 11111 101001111 1000011 101010

Color Harmonies of #B1235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1235F

Black with #B1235F

Text Example


Text Example

White with #B1235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1235F; }

 p { color: rgb(177,35,95); }

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

background-color css

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

 a { background-color: rgb(177,35,95); }

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

border-color css

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

 span { border-color: rgb(177,35,95); }

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