Html Css Color HEX #B10768 Jazzberry Jam

📋 copy color: '#B10768'

red 177 ◦ green 7 ◦ blue 104

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

Shades of Jazzberry Jam #B10768

Tints of Jazzberry Jam #B10768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 61.46%
G = 2.43%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B10768 (or 0xB10768) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 68. RGB value is (177,7,104). Sum of RGB (Red+Green+Blue) = 177+7+104=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B10768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10768 is #4EF897. Grayscale: #444444. Windows color (decimal): -5175448 or 6817713. OLE color: 6817713.

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

Color convert

RGB 177 7 104 -
CMYK 0 0.96 0.41 0.31
HSL 325.76º 0.92% 0.36% -
HSV(B) 325.76º 0.96% 0.69% -
XYZ 20.71 10.5 14.03 -
YUV 68.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 177 7 104 0 0.96 0.41 0.31 325.76 0.92 0.36
Hex B1 7 68 0 60 29 1F 146 5C 24
Octal 261 7 150 0 140 51 37 506 134 44
Binary 10110001 111 1101000 0 1100000 101001 11111 101000110 1011100 100100

Color Harmonies of #B10768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10768

Black with #B10768

Text Example


Text Example

White with #B10768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10768; }

 p { color: rgb(177,7,104); }

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

background-color css

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

 a { background-color: rgb(177,7,104); }

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

border-color css

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

 span { border-color: rgb(177,7,104); }

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