Html Css Color HEX #B01E5E Jazzberry Jam

📋 copy color: '#B01E5E'

red 176 ◦ green 30 ◦ blue 94

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

Shades of Jazzberry Jam #B01E5E

Tints of Jazzberry Jam #B01E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 58.67%
G = 10%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B01E5E (or 0xB01E5E) is known color: Jazzberry Jam. HEX triplet: B0, 1E and 5E. RGB value is (176,30,94). Sum of RGB (Red+Green+Blue) = 176+30+94=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01E5E is #4FE1A1. Grayscale: #505050. Windows color (decimal): -5235106 or 6168240. OLE color: 6168240.

HSL color Cylindrical-coordinate representation of color #B01E5E: hue angle of 333.7º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01E5E is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 30 94 -
CMYK 0 0.83 0.47 0.31
HSL 333.7º 0.71% 0.4% -
HSV(B) 333.7º 0.83% 0.69% -
XYZ 20.39 10.97 11.63 -
YUV 80.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 176 30 94 0 0.83 0.47 0.31 333.7 0.71 0.4
Hex B0 1E 5E 0 53 2F 1F 14E 47 28
Octal 260 36 136 0 123 57 37 516 107 50
Binary 10110000 11110 1011110 0 1010011 101111 11111 101001110 1000111 101000

Color Harmonies of #B01E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E5E

Black with #B01E5E

Text Example


Text Example

White with #B01E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E5E; }

 p { color: rgb(176,30,94); }

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

background-color css

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

 a { background-color: rgb(176,30,94); }

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

border-color css

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

 span { border-color: rgb(176,30,94); }

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