Html Css Color HEX #B00F65 Jazzberry Jam

📋 copy color: '#B00F65'

red 176 ◦ green 15 ◦ blue 101

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

Shades of Jazzberry Jam #B00F65

Tints of Jazzberry Jam #B00F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 60.27%
G = 5.14%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B00F65 (or 0xB00F65) is known color: Jazzberry Jam. HEX triplet: B0, 0F and 65. RGB value is (176,15,101). Sum of RGB (Red+Green+Blue) = 176+15+101=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F65 is #4FF09A. Grayscale: #484848. Windows color (decimal): -5238939 or 6623152. OLE color: 6623152.

HSL color Cylindrical-coordinate representation of color #B00F65: hue angle of 327.95º 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 #B00F65 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 15 101 -
CMYK 0 0.91 0.43 0.31
HSL 327.95º 0.84% 0.37% -
HSV(B) 327.95º 0.91% 0.69% -
XYZ 20.42 10.51 13.26 -
YUV 72.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 176 15 101 0 0.91 0.43 0.31 327.95 0.84 0.37
Hex B0 F 65 0 5B 2B 1F 148 54 25
Octal 260 17 145 0 133 53 37 510 124 45
Binary 10110000 1111 1100101 0 1011011 101011 11111 101001000 1010100 100101

Color Harmonies of #B00F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00F65

Black with #B00F65

Text Example


Text Example

White with #B00F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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