Html Css Color HEX #B1035A Jazzberry Jam

📋 copy color: '#B1035A'

red 177 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #B1035A

Tints of Jazzberry Jam #B1035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 65.56%
G = 1.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1035A (or 0xB1035A) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 5A. RGB value is (177,3,90). Sum of RGB (Red+Green+Blue) = 177+3+90=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1035A is #4EFCA5. Grayscale: #404040. Windows color (decimal): -5176486 or 5899185. OLE color: 5899185.

HSL color Cylindrical-coordinate representation of color #B1035A: hue angle of 330º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1035A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 3 90 -
CMYK 0 0.98 0.49 0.31
HSL 330º 0.97% 0.35% -
HSV(B) 330º 0.98% 0.69% -
XYZ 20.01 10.15 10.58 -
YUV 64.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 177 3 90 0 0.98 0.49 0.31 330 0.97 0.35
Hex B1 3 5A 0 62 31 1F 14A 61 23
Octal 261 3 132 0 142 61 37 512 141 43
Binary 10110001 11 1011010 0 1100010 110001 11111 101001010 1100001 100011

Color Harmonies of #B1035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1035A

Black with #B1035A

Text Example


Text Example

White with #B1035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1035A; }

 p { color: rgb(177,3,90); }

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

background-color css

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

 a { background-color: rgb(177,3,90); }

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

border-color css

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

 span { border-color: rgb(177,3,90); }

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