Html Css Color HEX #B3126B Jazzberry Jam

📋 copy color: '#B3126B'

red 179 ◦ green 18 ◦ blue 107

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

Shades of Jazzberry Jam #B3126B

Tints of Jazzberry Jam #B3126B

RGB

 RED value IS 179 (70.31% from 255) = 58.88%

 GREEN value IS 18 (7.42% from 255) = 5.92%

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

R = 58.88%
G = 5.92%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3126B (or 0xB3126B) is known color: Jazzberry Jam. HEX triplet: B3, 12 and 6B. RGB value is (179,18,107). Sum of RGB (Red+Green+Blue) = 179+18+107=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3126B is #4CED94. Grayscale: #4C4C4C. Windows color (decimal): -5041557 or 7017139. OLE color: 7017139.

HSL color Cylindrical-coordinate representation of color #B3126B: hue angle of 326.83º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3126B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 107 -
CMYK 0 0.90 0.40 0.30
HSL 326.83º 0.82% 0.39% -
HSV(B) 326.83º 0.9% 0.7% -
XYZ 21.46 11.08 14.92 -
YUV 76.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 179 18 107 0 0.90 0.40 0.30 326.83 0.82 0.39
Hex B3 12 6B 0 5A 28 1E 147 52 27
Octal 263 22 153 0 132 50 36 507 122 47
Binary 10110011 10010 1101011 0 1011010 101000 11110 101000111 1010010 100111

Color Harmonies of #B3126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3126B

Black with #B3126B

Text Example


Text Example

White with #B3126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3126B; }

 p { color: rgb(179,18,107); }

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

background-color css

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

 a { background-color: rgb(179,18,107); }

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

border-color css

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

 span { border-color: rgb(179,18,107); }

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