Html Css Color HEX #B6145A Jazzberry Jam

📋 copy color: '#B6145A'

red 182 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #B6145A

Tints of Jazzberry Jam #B6145A

RGB

 RED value IS 182 (71.48% from 255) = 62.33%

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 90 (35.55% from 255) = 30.82%

R = 62.33%
G = 6.85%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6145A (or 0xB6145A) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 5A. RGB value is (182,20,90). Sum of RGB (Red+Green+Blue) = 182+20+90=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B6145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6145A is #49EBA5. Grayscale: #4C4C4C. Windows color (decimal): -4844454 or 5903542. OLE color: 5903542.

HSL color Cylindrical-coordinate representation of color #B6145A: hue angle of 334.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6145A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 90 -
CMYK 0 0.89 0.51 0.29
HSL 334.07º 0.8% 0.4% -
HSV(B) 334.07º 0.89% 0.71% -
XYZ 21.39 11.18 10.7 -
YUV 76.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 182 20 90 0 0.89 0.51 0.29 334.07 0.8 0.4
Hex B6 14 5A 0 59 33 1D 14E 50 28
Octal 266 24 132 0 131 63 35 516 120 50
Binary 10110110 10100 1011010 0 1011001 110011 11101 101001110 1010000 101000

Color Harmonies of #B6145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6145A

Black with #B6145A

Text Example


Text Example

White with #B6145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6145A; }

 p { color: rgb(182,20,90); }

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

background-color css

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

 a { background-color: rgb(182,20,90); }

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

border-color css

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

 span { border-color: rgb(182,20,90); }

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