Html Css Color HEX #B00675 Jazzberry Jam

📋 copy color: '#B00675'

red 176 ◦ green 6 ◦ blue 117

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

Shades of Jazzberry Jam #B00675

Tints of Jazzberry Jam #B00675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 58.86%
G = 2.01%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00675 (or 0xB00675) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 75. RGB value is (176,6,117). Sum of RGB (Red+Green+Blue) = 176+6+117=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B00675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00675 is #4FF98A. Grayscale: #454545. Windows color (decimal): -5241227 or 7669424. OLE color: 7669424.

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

Color convert

RGB 176 6 117 -
CMYK 0 0.97 0.34 0.31
HSL 320.82º 0.93% 0.36% -
HSV(B) 320.82º 0.97% 0.69% -
XYZ 21.18 10.64 17.77 -
YUV 69.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 176 6 117 0 0.97 0.34 0.31 320.82 0.93 0.36
Hex B0 6 75 0 61 22 1F 141 5D 24
Octal 260 6 165 0 141 42 37 501 135 44
Binary 10110000 110 1110101 0 1100001 100010 11111 101000001 1011101 100100

Color Harmonies of #B00675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00675

Black with #B00675

Text Example


Text Example

White with #B00675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00675; }

 p { color: rgb(176,6,117); }

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

background-color css

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

 a { background-color: rgb(176,6,117); }

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

border-color css

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

 span { border-color: rgb(176,6,117); }

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