Html Css Color HEX #B6024D Jazzberry Jam

📋 copy color: '#B6024D'

red 182 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #B6024D

Tints of Jazzberry Jam #B6024D

RGB

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

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

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

R = 69.73%
G = 0.77%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6024D (or 0xB6024D) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 4D. RGB value is (182,2,77). Sum of RGB (Red+Green+Blue) = 182+2+77=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6024D is #49FDB2. Grayscale: #404040. Windows color (decimal): -4849075 or 5046966. OLE color: 5046966.

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

Color convert

RGB 182 2 77 -
CMYK 0 0.99 0.58 0.29
HSL 335º 0.98% 0.36% -
HSV(B) 335º 0.99% 0.71% -
XYZ 20.65 10.52 7.96 -
YUV 64.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 182 2 77 0 0.99 0.58 0.29 335 0.98 0.36
Hex B6 2 4D 0 63 3A 1D 14F 62 24
Octal 266 2 115 0 143 72 35 517 142 44
Binary 10110110 10 1001101 0 1100011 111010 11101 101001111 1100010 100100

Color Harmonies of #B6024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6024D

Black with #B6024D

Text Example


Text Example

White with #B6024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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