Html Css Color HEX #B00D5E Jazzberry Jam

📋 copy color: '#B00D5E'

red 176 ◦ green 13 ◦ blue 94

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

Shades of Jazzberry Jam #B00D5E

Tints of Jazzberry Jam #B00D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 62.19%
G = 4.59%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B00D5E (or 0xB00D5E) is known color: Jazzberry Jam. HEX triplet: B0, 0D and 5E. RGB value is (176,13,94). Sum of RGB (Red+Green+Blue) = 176+13+94=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D5E is #4FF2A1. Grayscale: #464646. Windows color (decimal): -5239458 or 6163888. OLE color: 6163888.

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

Color convert

RGB 176 13 94 -
CMYK 0 0.93 0.47 0.31
HSL 330.18º 0.86% 0.37% -
HSV(B) 330.18º 0.93% 0.69% -
XYZ 20.07 10.33 11.53 -
YUV 70.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 176 13 94 0 0.93 0.47 0.31 330.18 0.86 0.37
Hex B0 D 5E 0 5D 2F 1F 14A 56 25
Octal 260 15 136 0 135 57 37 512 126 45
Binary 10110000 1101 1011110 0 1011101 101111 11111 101001010 1010110 100101

Color Harmonies of #B00D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00D5E

Black with #B00D5E

Text Example


Text Example

White with #B00D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00D5E; }

 p { color: rgb(176,13,94); }

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

background-color css

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

 a { background-color: rgb(176,13,94); }

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

border-color css

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

 span { border-color: rgb(176,13,94); }

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