Html Css Color HEX #B6026E Jazzberry Jam

📋 copy color: '#B6026E'

red 182 ◦ green 2 ◦ blue 110

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

Shades of Jazzberry Jam #B6026E

Tints of Jazzberry Jam #B6026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 61.9%
G = 0.68%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6026E (or 0xB6026E) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 6E. RGB value is (182,2,110). Sum of RGB (Red+Green+Blue) = 182+2+110=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6026E is #49FD91. Grayscale: #434343. Windows color (decimal): -4849042 or 7209654. OLE color: 7209654.

HSL color Cylindrical-coordinate representation of color #B6026E: hue angle of 324º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6026E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 110 -
CMYK 0 0.99 0.40 0.29
HSL 324º 0.98% 0.36% -
HSV(B) 324º 0.99% 0.71% -
XYZ 22.13 11.11 15.73 -
YUV 68.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 182 2 110 0 0.99 0.40 0.29 324 0.98 0.36
Hex B6 2 6E 0 63 28 1D 144 62 24
Octal 266 2 156 0 143 50 35 504 142 44
Binary 10110110 10 1101110 0 1100011 101000 11101 101000100 1100010 100100

Color Harmonies of #B6026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6026E

Black with #B6026E

Text Example


Text Example

White with #B6026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6026E; }

 p { color: rgb(182,2,110); }

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

background-color css

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

 a { background-color: rgb(182,2,110); }

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

border-color css

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

 span { border-color: rgb(182,2,110); }

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