Html Css Color HEX #B0075A Jazzberry Jam

📋 copy color: '#B0075A'

red 176 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #B0075A

Tints of Jazzberry Jam #B0075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 64.47%
G = 2.56%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0075A (or 0xB0075A) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 5A. RGB value is (176,7,90). Sum of RGB (Red+Green+Blue) = 176+7+90=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0075A is #4FF8A5. Grayscale: #424242. Windows color (decimal): -5240998 or 5900208. OLE color: 5900208.

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

Color convert

RGB 176 7 90 -
CMYK 0 0.96 0.49 0.31
HSL 330.53º 0.92% 0.36% -
HSV(B) 330.53º 0.96% 0.69% -
XYZ 19.83 10.12 10.58 -
YUV 66.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 176 7 90 0 0.96 0.49 0.31 330.53 0.92 0.36
Hex B0 7 5A 0 60 31 1F 14B 5C 24
Octal 260 7 132 0 140 61 37 513 134 44
Binary 10110000 111 1011010 0 1100000 110001 11111 101001011 1011100 100100

Color Harmonies of #B0075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0075A

Black with #B0075A

Text Example


Text Example

White with #B0075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0075A; }

 p { color: rgb(176,7,90); }

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

background-color css

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

 a { background-color: rgb(176,7,90); }

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

border-color css

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

 span { border-color: rgb(176,7,90); }

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