Html Css Color HEX #B00665 Jazzberry Jam

📋 copy color: '#B00665'

red 176 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #B00665

Tints of Jazzberry Jam #B00665

RGB

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

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

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

R = 62.19%
G = 2.12%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B00665 (or 0xB00665) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 65. RGB value is (176,6,101). Sum of RGB (Red+Green+Blue) = 176+6+101=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B00665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00665 is #4FF99A. Grayscale: #434343. Windows color (decimal): -5241243 or 6620848. OLE color: 6620848.

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

Color convert

RGB 176 6 101 -
CMYK 0 0.97 0.43 0.31
HSL 326.47º 0.93% 0.36% -
HSV(B) 326.47º 0.97% 0.69% -
XYZ 20.32 10.3 13.23 -
YUV 67.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 176 6 101 0 0.97 0.43 0.31 326.47 0.93 0.36
Hex B0 6 65 0 61 2B 1F 146 5D 24
Octal 260 6 145 0 141 53 37 506 135 44
Binary 10110000 110 1100101 0 1100001 101011 11111 101000110 1011101 100100

Color Harmonies of #B00665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00665

Black with #B00665

Text Example


Text Example

White with #B00665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00665; }

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

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

background-color css

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

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

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

border-color css

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

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

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