Html Css Color HEX #B6074D Jazzberry Jam

📋 copy color: '#B6074D'

red 182 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #B6074D

Tints of Jazzberry Jam #B6074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 68.42%
G = 2.63%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6074D (or 0xB6074D) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 4D. RGB value is (182,7,77). Sum of RGB (Red+Green+Blue) = 182+7+77=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6074D is #49F8B2. Grayscale: #434343. Windows color (decimal): -4847795 or 5048246. OLE color: 5048246.

HSL color Cylindrical-coordinate representation of color #B6074D: hue angle of 336º 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 #B6074D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 77 -
CMYK 0 0.96 0.58 0.29
HSL 336º 0.93% 0.37% -
HSV(B) 336º 0.96% 0.71% -
XYZ 20.71 10.63 7.98 -
YUV 67.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 182 7 77 0 0.96 0.58 0.29 336 0.93 0.37
Hex B6 7 4D 0 60 3A 1D 150 5D 25
Octal 266 7 115 0 140 72 35 520 135 45
Binary 10110110 111 1001101 0 1100000 111010 11101 101010000 1011101 100101

Color Harmonies of #B6074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6074D

Black with #B6074D

Text Example


Text Example

White with #B6074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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