Html Css Color HEX #B12468 Jazzberry Jam

📋 copy color: '#B12468'

red 177 ◦ green 36 ◦ blue 104

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

Shades of Jazzberry Jam #B12468

Tints of Jazzberry Jam #B12468

RGB

 RED value IS 177 (69.53% from 255) = 55.84%

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 55.84%
G = 11.36%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B12468 (or 0xB12468) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 68. RGB value is (177,36,104). Sum of RGB (Red+Green+Blue) = 177+36+104=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B12468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12468 is #4EDB97. Grayscale: #555555. Windows color (decimal): -5168024 or 6825137. OLE color: 6825137.

HSL color Cylindrical-coordinate representation of color #B12468: hue angle of 331.06º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12468 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 104 -
CMYK 0 0.80 0.41 0.31
HSL 331.06º 0.66% 0.42% -
HSV(B) 331.06º 0.8% 0.69% -
XYZ 21.26 11.61 14.22 -
YUV 85.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 177 36 104 0 0.80 0.41 0.31 331.06 0.66 0.42
Hex B1 24 68 0 50 29 1F 14B 42 2A
Octal 261 44 150 0 120 51 37 513 102 52
Binary 10110001 100100 1101000 0 1010000 101001 11111 101001011 1000010 101010

Color Harmonies of #B12468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12468

Black with #B12468

Text Example


Text Example

White with #B12468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12468; }

 p { color: rgb(177,36,104); }

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

background-color css

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

 a { background-color: rgb(177,36,104); }

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

border-color css

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

 span { border-color: rgb(177,36,104); }

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