Html Css Color HEX #B00466 Jazzberry Jam

📋 copy color: '#B00466'

red 176 ◦ green 4 ◦ blue 102

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

Shades of Jazzberry Jam #B00466

Tints of Jazzberry Jam #B00466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 62.41%
G = 1.42%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B00466 (or 0xB00466) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 66. RGB value is (176,4,102). Sum of RGB (Red+Green+Blue) = 176+4+102=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B00466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00466 is #4FFB99. Grayscale: #424242. Windows color (decimal): -5241754 or 6685872. OLE color: 6685872.

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

Color convert

RGB 176 4 102 -
CMYK 0 0.98 0.42 0.31
HSL 325.81º 0.96% 0.35% -
HSV(B) 325.81º 0.98% 0.69% -
XYZ 20.35 10.28 13.48 -
YUV 66.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 176 4 102 0 0.98 0.42 0.31 325.81 0.96 0.35
Hex B0 4 66 0 62 2A 1F 146 60 23
Octal 260 4 146 0 142 52 37 506 140 43
Binary 10110000 100 1100110 0 1100010 101010 11111 101000110 1100000 100011

Color Harmonies of #B00466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00466

Black with #B00466

Text Example


Text Example

White with #B00466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00466; }

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

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

background-color css

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

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

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

border-color css

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

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

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