Html Css Color HEX #B00267 Jazzberry Jam

📋 copy color: '#B00267'

red 176 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #B00267

Tints of Jazzberry Jam #B00267

RGB

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

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

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

R = 62.63%
G = 0.71%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B00267 (or 0xB00267) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 67. RGB value is (176,2,103). Sum of RGB (Red+Green+Blue) = 176+2+103=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00267 is #4FFD98. Grayscale: #414141. Windows color (decimal): -5242265 or 6750896. OLE color: 6750896.

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

Color convert

RGB 176 2 103 -
CMYK 0 0.99 0.41 0.31
HSL 325.17º 0.98% 0.35% -
HSV(B) 325.17º 0.99% 0.69% -
XYZ 20.37 10.25 13.74 -
YUV 65.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 176 2 103 0 0.99 0.41 0.31 325.17 0.98 0.35
Hex B0 2 67 0 63 29 1F 145 62 23
Octal 260 2 147 0 143 51 37 505 142 43
Binary 10110000 10 1100111 0 1100011 101001 11111 101000101 1100010 100011

Color Harmonies of #B00267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00267

Black with #B00267

Text Example


Text Example

White with #B00267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00267; }

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

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

background-color css

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

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

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

border-color css

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

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

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