Html Css Color HEX #B00465 Jazzberry Jam

📋 copy color: '#B00465'

red 176 ◦ green 4 ◦ blue 101

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

Shades of Jazzberry Jam #B00465

Tints of Jazzberry Jam #B00465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 62.63%
G = 1.42%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B00465 (or 0xB00465) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 65. RGB value is (176,4,101). Sum of RGB (Red+Green+Blue) = 176+4+101=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00465 is #4FFB9A. Grayscale: #424242. Windows color (decimal): -5241755 or 6620336. OLE color: 6620336.

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

Color convert

RGB 176 4 101 -
CMYK 0 0.98 0.43 0.31
HSL 326.16º 0.96% 0.35% -
HSV(B) 326.16º 0.98% 0.69% -
XYZ 20.3 10.26 13.22 -
YUV 66.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 176 4 101 0 0.98 0.43 0.31 326.16 0.96 0.35
Hex B0 4 65 0 62 2B 1F 146 60 23
Octal 260 4 145 0 142 53 37 506 140 43
Binary 10110000 100 1100101 0 1100010 101011 11111 101000110 1100000 100011

Color Harmonies of #B00465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00465

Black with #B00465

Text Example


Text Example

White with #B00465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00465; }

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

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

background-color css

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

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

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

border-color css

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

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

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