Html Css Color HEX #B01A6B Jazzberry Jam

📋 copy color: '#B01A6B'

red 176 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #B01A6B

Tints of Jazzberry Jam #B01A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 56.96%
G = 8.41%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B01A6B (or 0xB01A6B) is known color: Jazzberry Jam. HEX triplet: B0, 1A and 6B. RGB value is (176,26,107). Sum of RGB (Red+Green+Blue) = 176+26+107=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A6B is #4FE594. Grayscale: #4F4F4F. Windows color (decimal): -5236117 or 7019184. OLE color: 7019184.

HSL color Cylindrical-coordinate representation of color #B01A6B: hue angle of 327.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A6B is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 107 -
CMYK 0 0.85 0.39 0.31
HSL 327.6º 0.74% 0.4% -
HSV(B) 327.6º 0.85% 0.69% -
XYZ 20.93 11.03 14.94 -
YUV 80.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 176 26 107 0 0.85 0.39 0.31 327.6 0.74 0.4
Hex B0 1A 6B 0 55 27 1F 148 4A 28
Octal 260 32 153 0 125 47 37 510 112 50
Binary 10110000 11010 1101011 0 1010101 100111 11111 101001000 1001010 101000

Color Harmonies of #B01A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A6B

Black with #B01A6B

Text Example


Text Example

White with #B01A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A6B; }

 p { color: rgb(176,26,107); }

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

background-color css

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

 a { background-color: rgb(176,26,107); }

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

border-color css

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

 span { border-color: rgb(176,26,107); }

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