Html Css Color HEX #B01A6C Jazzberry Jam

📋 copy color: '#B01A6C'

red 176 ◦ green 26 ◦ blue 108

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

Shades of Jazzberry Jam #B01A6C

Tints of Jazzberry Jam #B01A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 56.77%
G = 8.39%
B = 34.84%

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

#B01A6C (or 0xB01A6C) is known color: Jazzberry Jam. HEX triplet: B0, 1A and 6C. RGB value is (176,26,108). Sum of RGB (Red+Green+Blue) = 176+26+108=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A6C is #4FE593. Grayscale: #505050. Windows color (decimal): -5236116 or 7084720. OLE color: 7084720.

HSL color Cylindrical-coordinate representation of color #B01A6C: hue angle of 327.2º 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 #B01A6C is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 108 -
CMYK 0 0.85 0.39 0.31
HSL 327.2º 0.74% 0.4% -
HSV(B) 327.2º 0.85% 0.69% -
XYZ 20.98 11.05 15.21 -
YUV 80.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 176 26 108 0 0.85 0.39 0.31 327.2 0.74 0.4
Hex B0 1A 6C 0 55 27 1F 147 4A 28
Octal 260 32 154 0 125 47 37 507 112 50
Binary 10110000 11010 1101100 0 1010101 100111 11111 101000111 1001010 101000

Color Harmonies of #B01A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A6C

Black with #B01A6C

Text Example


Text Example

White with #B01A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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