Html Css Color HEX #B7125C Jazzberry Jam

📋 copy color: '#B7125C'

red 183 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #B7125C

Tints of Jazzberry Jam #B7125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 62.46%
G = 6.14%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7125C (or 0xB7125C) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 5C. RGB value is (183,18,92). Sum of RGB (Red+Green+Blue) = 183+18+92=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7125C is #48EDA3. Grayscale: #4B4B4B. Windows color (decimal): -4779428 or 6034103. OLE color: 6034103.

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

Color convert

RGB 183 18 92 -
CMYK 0 0.90 0.50 0.28
HSL 333.09º 0.82% 0.39% -
HSV(B) 333.09º 0.9% 0.72% -
XYZ 21.68 11.27 11.16 -
YUV 75.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 183 18 92 0 0.90 0.50 0.28 333.09 0.82 0.39
Hex B7 12 5C 0 5A 32 1C 14D 52 27
Octal 267 22 134 0 132 62 34 515 122 47
Binary 10110111 10010 1011100 0 1011010 110010 11100 101001101 1010010 100111

Color Harmonies of #B7125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7125C

Black with #B7125C

Text Example


Text Example

White with #B7125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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