Html Css Color HEX #B00266 Jazzberry Jam

📋 copy color: '#B00266'

red 176 ◦ green 2 ◦ blue 102

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

Shades of Jazzberry Jam #B00266

Tints of Jazzberry Jam #B00266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 62.86%
G = 0.71%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B00266 (or 0xB00266) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 66. RGB value is (176,2,102). Sum of RGB (Red+Green+Blue) = 176+2+102=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B00266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00266 is #4FFD99. Grayscale: #414141. Windows color (decimal): -5242266 or 6685360. OLE color: 6685360.

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

Color convert

RGB 176 2 102 -
CMYK 0 0.99 0.42 0.31
HSL 325.52º 0.98% 0.35% -
HSV(B) 325.52º 0.99% 0.69% -
XYZ 20.32 10.23 13.47 -
YUV 65.43 148.65 206.87 -
System Red Green Blue C M Y K H S L
Decimal 176 2 102 0 0.99 0.42 0.31 325.52 0.98 0.35
Hex B0 2 66 0 63 2A 1F 146 62 23
Octal 260 2 146 0 143 52 37 506 142 43
Binary 10110000 10 1100110 0 1100011 101010 11111 101000110 1100010 100011

Color Harmonies of #B00266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00266

Black with #B00266

Text Example


Text Example

White with #B00266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00266; }

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

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

background-color css

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

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

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

border-color css

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

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

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