Html Css Color HEX #B0126C Jazzberry Jam

📋 copy color: '#B0126C'

red 176 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #B0126C

Tints of Jazzberry Jam #B0126C

RGB

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

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

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

R = 58.28%
G = 5.96%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0126C (or 0xB0126C) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 6C. RGB value is (176,18,108). Sum of RGB (Red+Green+Blue) = 176+18+108=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0126C is #4FED93. Grayscale: #4B4B4B. Windows color (decimal): -5238164 or 7082672. OLE color: 7082672.

HSL color Cylindrical-coordinate representation of color #B0126C: hue angle of 325.82º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0126C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 108 -
CMYK 0 0.90 0.39 0.31
HSL 325.82º 0.81% 0.38% -
HSV(B) 325.82º 0.9% 0.69% -
XYZ 20.83 10.75 15.16 -
YUV 75.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 176 18 108 0 0.90 0.39 0.31 325.82 0.81 0.38
Hex B0 12 6C 0 5A 27 1F 146 51 26
Octal 260 22 154 0 132 47 37 506 121 46
Binary 10110000 10010 1101100 0 1011010 100111 11111 101000110 1010001 100110

Color Harmonies of #B0126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0126C

Black with #B0126C

Text Example


Text Example

White with #B0126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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