Html Css Color HEX #B1084E Jazzberry Jam

📋 copy color: '#B1084E'

red 177 ◦ green 8 ◦ blue 78

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

Shades of Jazzberry Jam #B1084E

Tints of Jazzberry Jam #B1084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

 BLUE value IS 78 (30.86% from 255) = 29.66%

R = 67.3%
G = 3.04%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1084E (or 0xB1084E) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 4E. RGB value is (177,8,78). Sum of RGB (Red+Green+Blue) = 177+8+78=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B1084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1084E is #4EF7B1. Grayscale: #424242. Windows color (decimal): -5175218 or 5114033. OLE color: 5114033.

HSL color Cylindrical-coordinate representation of color #B1084E: hue angle of 335.15º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1084E is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 78 -
CMYK 0 0.95 0.56 0.31
HSL 335.15º 0.91% 0.36% -
HSV(B) 335.15º 0.95% 0.69% -
XYZ 19.59 10.07 8.12 -
YUV 66.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 177 8 78 0 0.95 0.56 0.31 335.15 0.91 0.36
Hex B1 8 4E 0 5F 38 1F 14F 5B 24
Octal 261 10 116 0 137 70 37 517 133 44
Binary 10110001 1000 1001110 0 1011111 111000 11111 101001111 1011011 100100

Color Harmonies of #B1084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1084E

Black with #B1084E

Text Example


Text Example

White with #B1084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1084E; }

 p { color: rgb(177,8,78); }

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

background-color css

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

 a { background-color: rgb(177,8,78); }

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

border-color css

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

 span { border-color: rgb(177,8,78); }

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