Html Css Color HEX #B00B68 Jazzberry Jam

📋 copy color: '#B00B68'

red 176 ◦ green 11 ◦ blue 104

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

Shades of Jazzberry Jam #B00B68

Tints of Jazzberry Jam #B00B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.78%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 60.48%
G = 3.78%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B00B68 (or 0xB00B68) is known color: Jazzberry Jam. HEX triplet: B0, 0B and 68. RGB value is (176,11,104). Sum of RGB (Red+Green+Blue) = 176+11+104=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B68 is #4FF497. Grayscale: #464646. Windows color (decimal): -5239960 or 6818736. OLE color: 6818736.

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

Color convert

RGB 176 11 104 -
CMYK 0 0.94 0.41 0.31
HSL 326.18º 0.88% 0.37% -
HSV(B) 326.18º 0.94% 0.69% -
XYZ 20.52 10.47 14.04 -
YUV 70.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 176 11 104 0 0.94 0.41 0.31 326.18 0.88 0.37
Hex B0 B 68 0 5E 29 1F 146 58 25
Octal 260 13 150 0 136 51 37 506 130 45
Binary 10110000 1011 1101000 0 1011110 101001 11111 101000110 1011000 100101

Color Harmonies of #B00B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00B68

Black with #B00B68

Text Example


Text Example

White with #B00B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00B68; }

 p { color: rgb(176,11,104); }

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

background-color css

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

 a { background-color: rgb(176,11,104); }

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

border-color css

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

 span { border-color: rgb(176,11,104); }

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