Html Css Color HEX #B02467 Jazzberry Jam

📋 copy color: '#B02467'

red 176 ◦ green 36 ◦ blue 103

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

Shades of Jazzberry Jam #B02467

Tints of Jazzberry Jam #B02467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 55.87%
G = 11.43%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B02467 (or 0xB02467) is known color: Jazzberry Jam. HEX triplet: B0, 24 and 67. RGB value is (176,36,103). Sum of RGB (Red+Green+Blue) = 176+36+103=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B02467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02467 is #4FDB98. Grayscale: #555555. Windows color (decimal): -5233561 or 6759600. OLE color: 6759600.

HSL color Cylindrical-coordinate representation of color #B02467: hue angle of 331.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02467 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 103 -
CMYK 0 0.80 0.41 0.31
HSL 331.29º 0.66% 0.42% -
HSV(B) 331.29º 0.8% 0.69% -
XYZ 20.98 11.47 13.94 -
YUV 85.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 176 36 103 0 0.80 0.41 0.31 331.29 0.66 0.42
Hex B0 24 67 0 50 29 1F 14B 42 2A
Octal 260 44 147 0 120 51 37 513 102 52
Binary 10110000 100100 1100111 0 1010000 101001 11111 101001011 1000010 101010

Color Harmonies of #B02467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02467

Black with #B02467

Text Example


Text Example

White with #B02467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02467; }

 p { color: rgb(176,36,103); }

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

background-color css

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

 a { background-color: rgb(176,36,103); }

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

border-color css

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

 span { border-color: rgb(176,36,103); }

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