Html Css Color HEX #B00748 Jazzberry Jam

📋 copy color: '#B00748'

red 176 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #B00748

Tints of Jazzberry Jam #B00748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 69.02%
G = 2.75%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B00748 (or 0xB00748) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 48. RGB value is (176,7,72). Sum of RGB (Red+Green+Blue) = 176+7+72=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B00748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00748 is #4FF8B7. Grayscale: #404040. Windows color (decimal): -5241016 or 4720560. OLE color: 4720560.

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

Color convert

RGB 176 7 72 -
CMYK 0 0.96 0.59 0.31
HSL 336.92º 0.92% 0.36% -
HSV(B) 336.92º 0.96% 0.69% -
XYZ 19.15 9.85 7.02 -
YUV 64.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 176 7 72 0 0.96 0.59 0.31 336.92 0.92 0.36
Hex B0 7 48 0 60 3B 1F 151 5C 24
Octal 260 7 110 0 140 73 37 521 134 44
Binary 10110000 111 1001000 0 1100000 111011 11111 101010001 1011100 100100

Color Harmonies of #B00748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00748

Black with #B00748

Text Example


Text Example

White with #B00748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00748; }

 p { color: rgb(176,7,72); }

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

background-color css

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

 a { background-color: rgb(176,7,72); }

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

border-color css

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

 span { border-color: rgb(176,7,72); }

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