Html Css Color HEX #B1066D Jazzberry Jam

📋 copy color: '#B1066D'

red 177 ◦ green 6 ◦ blue 109

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

Shades of Jazzberry Jam #B1066D

Tints of Jazzberry Jam #B1066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 60.62%
G = 2.05%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1066D (or 0xB1066D) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 6D. RGB value is (177,6,109). Sum of RGB (Red+Green+Blue) = 177+6+109=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1066D is #4EF992. Grayscale: #444444. Windows color (decimal): -5175699 or 7145137. OLE color: 7145137.

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

Color convert

RGB 177 6 109 -
CMYK 0 0.97 0.38 0.31
HSL 323.86º 0.93% 0.36% -
HSV(B) 323.86º 0.97% 0.69% -
XYZ 20.96 10.58 15.41 -
YUV 68.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 177 6 109 0 0.97 0.38 0.31 323.86 0.93 0.36
Hex B1 6 6D 0 61 26 1F 144 5D 24
Octal 261 6 155 0 141 46 37 504 135 44
Binary 10110001 110 1101101 0 1100001 100110 11111 101000100 1011101 100100

Color Harmonies of #B1066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1066D

Black with #B1066D

Text Example


Text Example

White with #B1066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1066D; }

 p { color: rgb(177,6,109); }

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

background-color css

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

 a { background-color: rgb(177,6,109); }

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

border-color css

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

 span { border-color: rgb(177,6,109); }

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