Html Css Color HEX #B00849 Jazzberry Jam

📋 copy color: '#B00849'

red 176 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #B00849

Tints of Jazzberry Jam #B00849

RGB

 RED value IS 176 (69.14% from 255) = 68.48%

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 68.48%
G = 3.11%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B00849 (or 0xB00849) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 49. RGB value is (176,8,73). Sum of RGB (Red+Green+Blue) = 176+8+73=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B00849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00849 is #4FF7B6. Grayscale: #414141. Windows color (decimal): -5240759 or 4786352. OLE color: 4786352.

HSL color Cylindrical-coordinate representation of color #B00849: hue angle of 336.79º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00849 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 73 -
CMYK 0 0.95 0.59 0.31
HSL 336.79º 0.91% 0.36% -
HSV(B) 336.79º 0.95% 0.69% -
XYZ 19.19 9.88 7.2 -
YUV 65.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 176 8 73 0 0.95 0.59 0.31 336.79 0.91 0.36
Hex B0 8 49 0 5F 3B 1F 151 5B 24
Octal 260 10 111 0 137 73 37 521 133 44
Binary 10110000 1000 1001001 0 1011111 111011 11111 101010001 1011011 100100

Color Harmonies of #B00849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00849

Black with #B00849

Text Example


Text Example

White with #B00849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00849; }

 p { color: rgb(176,8,73); }

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

background-color css

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

 a { background-color: rgb(176,8,73); }

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

border-color css

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

 span { border-color: rgb(176,8,73); }

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