Html Css Color HEX #B01066 Jazzberry Jam

📋 copy color: '#B01066'

red 176 ◦ green 16 ◦ blue 102

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

Shades of Jazzberry Jam #B01066

Tints of Jazzberry Jam #B01066

RGB

 RED value IS 176 (69.14% from 255) = 59.86%

 GREEN value IS 16 (6.64% from 255) = 5.44%

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 59.86%
G = 5.44%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B01066 (or 0xB01066) is known color: Jazzberry Jam. HEX triplet: B0, 10 and 66. RGB value is (176,16,102). Sum of RGB (Red+Green+Blue) = 176+16+102=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B01066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01066 is #4FEF99. Grayscale: #494949. Windows color (decimal): -5238682 or 6688944. OLE color: 6688944.

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

Color convert

RGB 176 16 102 -
CMYK 0 0.91 0.42 0.31
HSL 327.75º 0.83% 0.38% -
HSV(B) 327.75º 0.91% 0.69% -
XYZ 20.49 10.56 13.53 -
YUV 73.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 176 16 102 0 0.91 0.42 0.31 327.75 0.83 0.38
Hex B0 10 66 0 5B 2A 1F 148 53 26
Octal 260 20 146 0 133 52 37 510 123 46
Binary 10110000 10000 1100110 0 1011011 101010 11111 101001000 1010011 100110

Color Harmonies of #B01066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01066

Black with #B01066

Text Example


Text Example

White with #B01066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01066; }

 p { color: rgb(176,16,102); }

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

background-color css

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

 a { background-color: rgb(176,16,102); }

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

border-color css

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

 span { border-color: rgb(176,16,102); }

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