Html Css Color HEX #B00949 Jazzberry Jam

📋 copy color: '#B00949'

red 176 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #B00949

Tints of Jazzberry Jam #B00949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 68.22%
G = 3.49%
B = 28.29%

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

#B00949 (or 0xB00949) is known color: Jazzberry Jam. HEX triplet: B0, 09 and 49. RGB value is (176,9,73). Sum of RGB (Red+Green+Blue) = 176+9+73=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B00949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00949 is #4FF6B6. Grayscale: #424242. Windows color (decimal): -5240503 or 4786608. OLE color: 4786608.

HSL color Cylindrical-coordinate representation of color #B00949: hue angle of 337.01º degrees, saturation: 0.9, 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 #B00949 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 73 -
CMYK 0 0.95 0.59 0.31
HSL 337.01º 0.9% 0.36% -
HSV(B) 337.01º 0.95% 0.69% -
XYZ 19.2 9.91 7.2 -
YUV 66.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 176 9 73 0 0.95 0.59 0.31 337.01 0.9 0.36
Hex B0 9 49 0 5F 3B 1F 151 5A 24
Octal 260 11 111 0 137 73 37 521 132 44
Binary 10110000 1001 1001001 0 1011111 111011 11111 101010001 1011010 100100

Color Harmonies of #B00949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00949

Black with #B00949

Text Example


Text Example

White with #B00949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00949; }

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

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

background-color css

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

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

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

border-color css

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

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

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