Html Css Color HEX #B60267 Jazzberry Jam

📋 copy color: '#B60267'

red 182 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #B60267

Tints of Jazzberry Jam #B60267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 63.41%
G = 0.7%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B60267 (or 0xB60267) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 67. RGB value is (182,2,103). Sum of RGB (Red+Green+Blue) = 182+2+103=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B60267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60267 is #49FD98. Grayscale: #434343. Windows color (decimal): -4849049 or 6750902. OLE color: 6750902.

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

Color convert

RGB 182 2 103 -
CMYK 0 0.99 0.43 0.29
HSL 326.33º 0.98% 0.36% -
HSV(B) 326.33º 0.99% 0.71% -
XYZ 21.76 10.97 13.8 -
YUV 67.33 148.13 209.79 -
System Red Green Blue C M Y K H S L
Decimal 182 2 103 0 0.99 0.43 0.29 326.33 0.98 0.36
Hex B6 2 67 0 63 2B 1D 146 62 24
Octal 266 2 147 0 143 53 35 506 142 44
Binary 10110110 10 1100111 0 1100011 101011 11101 101000110 1100010 100100

Color Harmonies of #B60267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60267

Black with #B60267

Text Example


Text Example

White with #B60267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60267; }

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

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

background-color css

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

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

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

border-color css

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

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

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