Html Css Color HEX #B00A6D Jazzberry Jam

📋 copy color: '#B00A6D'

red 176 ◦ green 10 ◦ blue 109

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

Shades of Jazzberry Jam #B00A6D

Tints of Jazzberry Jam #B00A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.39%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 59.66%
G = 3.39%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B00A6D (or 0xB00A6D) is known color: Jazzberry Jam. HEX triplet: B0, 0A and 6D. RGB value is (176,10,109). Sum of RGB (Red+Green+Blue) = 176+10+109=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00A6D is #4FF592. Grayscale: #464646. Windows color (decimal): -5240211 or 7146160. OLE color: 7146160.

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

Color convert

RGB 176 10 109 -
CMYK 0 0.94 0.38 0.31
HSL 324.22º 0.89% 0.36% -
HSV(B) 324.22º 0.94% 0.69% -
XYZ 20.77 10.55 15.41 -
YUV 70.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 176 10 109 0 0.94 0.38 0.31 324.22 0.89 0.36
Hex B0 A 6D 0 5E 26 1F 144 59 24
Octal 260 12 155 0 136 46 37 504 131 44
Binary 10110000 1010 1101101 0 1011110 100110 11111 101000100 1011001 100100

Color Harmonies of #B00A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A6D

Black with #B00A6D

Text Example


Text Example

White with #B00A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A6D; }

 p { color: rgb(176,10,109); }

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

background-color css

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

 a { background-color: rgb(176,10,109); }

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

border-color css

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

 span { border-color: rgb(176,10,109); }

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