Html Css Color HEX #B00A6E Jazzberry Jam

📋 copy color: '#B00A6E'

red 176 ◦ green 10 ◦ blue 110

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

Shades of Jazzberry Jam #B00A6E

Tints of Jazzberry Jam #B00A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 59.46%
G = 3.38%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B00A6E (or 0xB00A6E) is known color: Jazzberry Jam. HEX triplet: B0, 0A and 6E. RGB value is (176,10,110). Sum of RGB (Red+Green+Blue) = 176+10+110=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00A6E is #4FF591. Grayscale: #464646. Windows color (decimal): -5240210 or 7211696. OLE color: 7211696.

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

Color convert

RGB 176 10 110 -
CMYK 0 0.94 0.37 0.31
HSL 323.86º 0.89% 0.36% -
HSV(B) 323.86º 0.94% 0.69% -
XYZ 20.83 10.57 15.69 -
YUV 71.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 176 10 110 0 0.94 0.37 0.31 323.86 0.89 0.36
Hex B0 A 6E 0 5E 25 1F 144 59 24
Octal 260 12 156 0 136 45 37 504 131 44
Binary 10110000 1010 1101110 0 1011110 100101 11111 101000100 1011001 100100

Color Harmonies of #B00A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A6E

Black with #B00A6E

Text Example


Text Example

White with #B00A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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