Html Css Color HEX #B10865 Jazzberry Jam

📋 copy color: '#B10865'

red 177 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #B10865

Tints of Jazzberry Jam #B10865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 61.89%
G = 2.8%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B10865 (or 0xB10865) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 65. RGB value is (177,8,101). Sum of RGB (Red+Green+Blue) = 177+8+101=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B10865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10865 is #4EF79A. Grayscale: #444444. Windows color (decimal): -5175195 or 6621361. OLE color: 6621361.

HSL color Cylindrical-coordinate representation of color #B10865: hue angle of 326.98º 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 #B10865 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 101 -
CMYK 0 0.95 0.43 0.31
HSL 326.98º 0.91% 0.36% -
HSV(B) 326.98º 0.95% 0.69% -
XYZ 20.57 10.46 13.25 -
YUV 69.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 177 8 101 0 0.95 0.43 0.31 326.98 0.91 0.36
Hex B1 8 65 0 5F 2B 1F 147 5B 24
Octal 261 10 145 0 137 53 37 507 133 44
Binary 10110001 1000 1100101 0 1011111 101011 11111 101000111 1011011 100100

Color Harmonies of #B10865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10865

Black with #B10865

Text Example


Text Example

White with #B10865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10865; }

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

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

background-color css

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

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

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

border-color css

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

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

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