Html Css Color HEX #B00567 Jazzberry Jam

📋 copy color: '#B00567'

red 176 ◦ green 5 ◦ blue 103

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

Shades of Jazzberry Jam #B00567

Tints of Jazzberry Jam #B00567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 61.97%
G = 1.76%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B00567 (or 0xB00567) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 67. RGB value is (176,5,103). Sum of RGB (Red+Green+Blue) = 176+5+103=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B00567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00567 is #4FFA98. Grayscale: #434343. Windows color (decimal): -5241497 or 6751664. OLE color: 6751664.

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

Color convert

RGB 176 5 103 -
CMYK 0 0.97 0.41 0.31
HSL 325.61º 0.94% 0.35% -
HSV(B) 325.61º 0.97% 0.69% -
XYZ 20.41 10.32 13.75 -
YUV 67.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 176 5 103 0 0.97 0.41 0.31 325.61 0.94 0.35
Hex B0 5 67 0 61 29 1F 146 5E 23
Octal 260 5 147 0 141 51 37 506 136 43
Binary 10110000 101 1100111 0 1100001 101001 11111 101000110 1011110 100011

Color Harmonies of #B00567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00567

Black with #B00567

Text Example


Text Example

White with #B00567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00567; }

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

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

background-color css

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

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

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

border-color css

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

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

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