Html Css Color HEX #B00265 Jazzberry Jam

📋 copy color: '#B00265'

red 176 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #B00265

Tints of Jazzberry Jam #B00265

RGB

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

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

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

R = 63.08%
G = 0.72%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B00265 (or 0xB00265) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 65. RGB value is (176,2,101). Sum of RGB (Red+Green+Blue) = 176+2+101=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B00265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00265 is #4FFD9A. Grayscale: #414141. Windows color (decimal): -5242267 or 6619824. OLE color: 6619824.

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

Color convert

RGB 176 2 101 -
CMYK 0 0.99 0.43 0.31
HSL 325.86º 0.98% 0.35% -
HSV(B) 325.86º 0.99% 0.69% -
XYZ 20.28 10.21 13.21 -
YUV 65.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 176 2 101 0 0.99 0.43 0.31 325.86 0.98 0.35
Hex B0 2 65 0 63 2B 1F 146 62 23
Octal 260 2 145 0 143 53 37 506 142 43
Binary 10110000 10 1100101 0 1100011 101011 11111 101000110 1100010 100011

Color Harmonies of #B00265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00265

Black with #B00265

Text Example


Text Example

White with #B00265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00265; }

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

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

background-color css

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

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

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

border-color css

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

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

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