Html Css Color HEX #B6075A Jazzberry Jam

📋 copy color: '#B6075A'

red 182 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #B6075A

Tints of Jazzberry Jam #B6075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 65.23%
G = 2.51%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6075A (or 0xB6075A) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 5A. RGB value is (182,7,90). Sum of RGB (Red+Green+Blue) = 182+7+90=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6075A is #49F8A5. Grayscale: #444444. Windows color (decimal): -4847782 or 5900214. OLE color: 5900214.

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

Color convert

RGB 182 7 90 -
CMYK 0 0.96 0.51 0.29
HSL 331.54º 0.93% 0.37% -
HSV(B) 331.54º 0.96% 0.71% -
XYZ 21.21 10.84 10.65 -
YUV 68.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 182 7 90 0 0.96 0.51 0.29 331.54 0.93 0.37
Hex B6 7 5A 0 60 33 1D 14C 5D 25
Octal 266 7 132 0 140 63 35 514 135 45
Binary 10110110 111 1011010 0 1100000 110011 11101 101001100 1011101 100101

Color Harmonies of #B6075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6075A

Black with #B6075A

Text Example


Text Example

White with #B6075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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