Html Css Color HEX #B80667 Jazzberry Jam

📋 copy color: '#B80667'

red 184 ◦ green 6 ◦ blue 103

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

Shades of Jazzberry Jam #B80667

Tints of Jazzberry Jam #B80667

RGB

 RED value IS 184 (72.27% from 255) = 62.8%

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 62.8%
G = 2.05%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B80667 (or 0xB80667) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 67. RGB value is (184,6,103). Sum of RGB (Red+Green+Blue) = 184+6+103=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B80667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80667 is #47F998. Grayscale: #464646. Windows color (decimal): -4716953 or 6751928. OLE color: 6751928.

HSL color Cylindrical-coordinate representation of color #B80667: hue angle of 327.3º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80667 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 103 -
CMYK 0 0.97 0.44 0.28
HSL 327.3º 0.94% 0.37% -
HSV(B) 327.3º 0.97% 0.72% -
XYZ 22.28 11.3 13.84 -
YUV 70.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 184 6 103 0 0.97 0.44 0.28 327.3 0.94 0.37
Hex B8 6 67 0 61 2C 1C 147 5E 25
Octal 270 6 147 0 141 54 34 507 136 45
Binary 10111000 110 1100111 0 1100001 101100 11100 101000111 1011110 100101

Color Harmonies of #B80667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80667

Black with #B80667

Text Example


Text Example

White with #B80667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80667; }

 p { color: rgb(184,6,103); }

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

background-color css

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

 a { background-color: rgb(184,6,103); }

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

border-color css

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

 span { border-color: rgb(184,6,103); }

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