Html Css Color HEX #B00F54 Jazzberry Jam

📋 copy color: '#B00F54'

red 176 ◦ green 15 ◦ blue 84

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

Shades of Jazzberry Jam #B00F54

Tints of Jazzberry Jam #B00F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

 BLUE value IS 84 (33.2% from 255) = 30.55%

R = 64%
G = 5.45%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B00F54 (or 0xB00F54) is known color: Jazzberry Jam. HEX triplet: B0, 0F and 54. RGB value is (176,15,84). Sum of RGB (Red+Green+Blue) = 176+15+84=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F54 is #4FF0AB. Grayscale: #464646. Windows color (decimal): -5238956 or 5509040. OLE color: 5509040.

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

Color convert

RGB 176 15 84 -
CMYK 0 0.91 0.52 0.31
HSL 334.29º 0.84% 0.37% -
HSV(B) 334.29º 0.91% 0.69% -
XYZ 19.68 10.21 9.32 -
YUV 71.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 176 15 84 0 0.91 0.52 0.31 334.29 0.84 0.37
Hex B0 F 54 0 5B 34 1F 14E 54 25
Octal 260 17 124 0 133 64 37 516 124 45
Binary 10110000 1111 1010100 0 1011011 110100 11111 101001110 1010100 100101

Color Harmonies of #B00F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00F54

Black with #B00F54

Text Example


Text Example

White with #B00F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00F54; }

 p { color: rgb(176,15,84); }

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

background-color css

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

 a { background-color: rgb(176,15,84); }

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

border-color css

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

 span { border-color: rgb(176,15,84); }

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