Html Css Color HEX #B10967 Jazzberry Jam

📋 copy color: '#B10967'

red 177 ◦ green 9 ◦ blue 103

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

Shades of Jazzberry Jam #B10967

Tints of Jazzberry Jam #B10967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 61.25%
G = 3.11%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B10967 (or 0xB10967) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 67. RGB value is (177,9,103). Sum of RGB (Red+Green+Blue) = 177+9+103=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B10967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10967 is #4EF698. Grayscale: #454545. Windows color (decimal): -5174937 or 6752689. OLE color: 6752689.

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

Color convert

RGB 177 9 103 -
CMYK 0 0.95 0.42 0.31
HSL 326.43º 0.9% 0.36% -
HSV(B) 326.43º 0.95% 0.69% -
XYZ 20.68 10.52 13.77 -
YUV 69.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 177 9 103 0 0.95 0.42 0.31 326.43 0.9 0.36
Hex B1 9 67 0 5F 2A 1F 146 5A 24
Octal 261 11 147 0 137 52 37 506 132 44
Binary 10110001 1001 1100111 0 1011111 101010 11111 101000110 1011010 100100

Color Harmonies of #B10967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10967

Black with #B10967

Text Example


Text Example

White with #B10967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10967; }

 p { color: rgb(177,9,103); }

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

background-color css

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

 a { background-color: rgb(177,9,103); }

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

border-color css

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

 span { border-color: rgb(177,9,103); }

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