Html Css Color HEX #B71269 Jazzberry Jam

📋 copy color: '#B71269'

red 183 ◦ green 18 ◦ blue 105

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

Shades of Jazzberry Jam #B71269

Tints of Jazzberry Jam #B71269

RGB

 RED value IS 183 (71.88% from 255) = 59.8%

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

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

R = 59.8%
G = 5.88%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B71269 (or 0xB71269) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 69. RGB value is (183,18,105). Sum of RGB (Red+Green+Blue) = 183+18+105=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B71269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71269 is #48ED96. Grayscale: #4D4D4D. Windows color (decimal): -4779415 or 6886071. OLE color: 6886071.

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

Color convert

RGB 183 18 105 -
CMYK 0 0.90 0.43 0.28
HSL 328.36º 0.82% 0.39% -
HSV(B) 328.36º 0.9% 0.72% -
XYZ 22.29 11.52 14.41 -
YUV 77.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 183 18 105 0 0.90 0.43 0.28 328.36 0.82 0.39
Hex B7 12 69 0 5A 2B 1C 148 52 27
Octal 267 22 151 0 132 53 34 510 122 47
Binary 10110111 10010 1101001 0 1011010 101011 11100 101001000 1010010 100111

Color Harmonies of #B71269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71269

Black with #B71269

Text Example


Text Example

White with #B71269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71269; }

 p { color: rgb(183,18,105); }

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

background-color css

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

 a { background-color: rgb(183,18,105); }

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

border-color css

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

 span { border-color: rgb(183,18,105); }

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