Html Css Color HEX #B7125E Jazzberry Jam

📋 copy color: '#B7125E'

red 183 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #B7125E

Tints of Jazzberry Jam #B7125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 62.03%
G = 6.1%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7125E (or 0xB7125E) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 5E. RGB value is (183,18,94). Sum of RGB (Red+Green+Blue) = 183+18+94=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7125E is #48EDA1. Grayscale: #4B4B4B. Windows color (decimal): -4779426 or 6165175. OLE color: 6165175.

HSL color Cylindrical-coordinate representation of color #B7125E: hue angle of 332.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 #B7125E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 94 -
CMYK 0 0.90 0.49 0.28
HSL 332.36º 0.82% 0.39% -
HSV(B) 332.36º 0.9% 0.72% -
XYZ 21.77 11.31 11.63 -
YUV 76 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 183 18 94 0 0.90 0.49 0.28 332.36 0.82 0.39
Hex B7 12 5E 0 5A 31 1C 14C 52 27
Octal 267 22 136 0 132 61 34 514 122 47
Binary 10110111 10010 1011110 0 1011010 110001 11100 101001100 1010010 100111

Color Harmonies of #B7125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7125E

Black with #B7125E

Text Example


Text Example

White with #B7125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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