Html Css Color HEX #B6076C Jazzberry Jam

📋 copy color: '#B6076C'

red 182 ◦ green 7 ◦ blue 108

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

Shades of Jazzberry Jam #B6076C

Tints of Jazzberry Jam #B6076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 61.28%
G = 2.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6076C (or 0xB6076C) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 6C. RGB value is (182,7,108). Sum of RGB (Red+Green+Blue) = 182+7+108=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6076C is #49F893. Grayscale: #464646. Windows color (decimal): -4847764 or 7079862. OLE color: 7079862.

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

Color convert

RGB 182 7 108 -
CMYK 0 0.96 0.41 0.29
HSL 325.37º 0.93% 0.37% -
HSV(B) 325.37º 0.96% 0.71% -
XYZ 22.07 11.18 15.18 -
YUV 70.84 148.98 207.29 -
System Red Green Blue C M Y K H S L
Decimal 182 7 108 0 0.96 0.41 0.29 325.37 0.93 0.37
Hex B6 7 6C 0 60 29 1D 145 5D 25
Octal 266 7 154 0 140 51 35 505 135 45
Binary 10110110 111 1101100 0 1100000 101001 11101 101000101 1011101 100101

Color Harmonies of #B6076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6076C

Black with #B6076C

Text Example


Text Example

White with #B6076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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