Html Css Color HEX #B12069 Jazzberry Jam

📋 copy color: '#B12069'

red 177 ◦ green 32 ◦ blue 105

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

Shades of Jazzberry Jam #B12069

Tints of Jazzberry Jam #B12069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 56.37%
G = 10.19%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B12069 (or 0xB12069) is known color: Jazzberry Jam. HEX triplet: B1, 20 and 69. RGB value is (177,32,105). Sum of RGB (Red+Green+Blue) = 177+32+105=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B12069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12069 is #4EDF96. Grayscale: #535353. Windows color (decimal): -5169047 or 6889649. OLE color: 6889649.

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

Color convert

RGB 177 32 105 -
CMYK 0 0.82 0.41 0.31
HSL 329.79º 0.69% 0.41% -
HSV(B) 329.79º 0.82% 0.69% -
XYZ 21.2 11.4 14.45 -
YUV 83.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 177 32 105 0 0.82 0.41 0.31 329.79 0.69 0.41
Hex B1 20 69 0 52 29 1F 14A 45 29
Octal 261 40 151 0 122 51 37 512 105 51
Binary 10110001 100000 1101001 0 1010010 101001 11111 101001010 1000101 101001

Color Harmonies of #B12069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12069

Black with #B12069

Text Example


Text Example

White with #B12069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12069; }

 p { color: rgb(177,32,105); }

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

background-color css

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

 a { background-color: rgb(177,32,105); }

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

border-color css

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

 span { border-color: rgb(177,32,105); }

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