Html Css Color HEX #B11754 Jazzberry Jam

📋 copy color: '#B11754'

red 177 ◦ green 23 ◦ blue 84

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

Shades of Jazzberry Jam #B11754

Tints of Jazzberry Jam #B11754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 62.32%
G = 8.1%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B11754 (or 0xB11754) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 54. RGB value is (177,23,84). Sum of RGB (Red+Green+Blue) = 177+23+84=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B11754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11754 is #4EE8AB. Grayscale: #4B4B4B. Windows color (decimal): -5171372 or 5511089. OLE color: 5511089.

HSL color Cylindrical-coordinate representation of color #B11754: hue angle of 336.23º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11754 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 84 -
CMYK 0 0.87 0.53 0.31
HSL 336.23º 0.77% 0.39% -
HSV(B) 336.23º 0.87% 0.69% -
XYZ 20.04 10.6 9.38 -
YUV 76 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 177 23 84 0 0.87 0.53 0.31 336.23 0.77 0.39
Hex B1 17 54 0 57 35 1F 150 4D 27
Octal 261 27 124 0 127 65 37 520 115 47
Binary 10110001 10111 1010100 0 1010111 110101 11111 101010000 1001101 100111

Color Harmonies of #B11754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11754

Black with #B11754

Text Example


Text Example

White with #B11754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11754; }

 p { color: rgb(177,23,84); }

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

background-color css

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

 a { background-color: rgb(177,23,84); }

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

border-color css

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

 span { border-color: rgb(177,23,84); }

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