Html Css Color HEX #B00C74 Jazzberry Jam

📋 copy color: '#B00C74'

red 176 ◦ green 12 ◦ blue 116

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

Shades of Jazzberry Jam #B00C74

Tints of Jazzberry Jam #B00C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 57.89%
G = 3.95%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00C74 (or 0xB00C74) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 74. RGB value is (176,12,116). Sum of RGB (Red+Green+Blue) = 176+12+116=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C74 is #4FF38B. Grayscale: #484848. Windows color (decimal): -5239692 or 7605424. OLE color: 7605424.

HSL color Cylindrical-coordinate representation of color #B00C74: hue angle of 321.95º degrees, saturation: 0.87, 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 #B00C74 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 116 -
CMYK 0 0.93 0.34 0.31
HSL 321.95º 0.87% 0.37% -
HSV(B) 321.95º 0.93% 0.69% -
XYZ 21.19 10.75 17.48 -
YUV 72.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 176 12 116 0 0.93 0.34 0.31 321.95 0.87 0.37
Hex B0 C 74 0 5D 22 1F 142 57 25
Octal 260 14 164 0 135 42 37 502 127 45
Binary 10110000 1100 1110100 0 1011101 100010 11111 101000010 1010111 100101

Color Harmonies of #B00C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C74

Black with #B00C74

Text Example


Text Example

White with #B00C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C74; }

 p { color: rgb(176,12,116); }

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

background-color css

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

 a { background-color: rgb(176,12,116); }

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

border-color css

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

 span { border-color: rgb(176,12,116); }

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