Html Css Color HEX #B0164D Jazzberry Jam

📋 copy color: '#B0164D'

red 176 ◦ green 22 ◦ blue 77

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

Shades of Jazzberry Jam #B0164D

Tints of Jazzberry Jam #B0164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 64%
G = 8%
B = 28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0164D (or 0xB0164D) is known color: Jazzberry Jam. HEX triplet: B0, 16 and 4D. RGB value is (176,22,77). Sum of RGB (Red+Green+Blue) = 176+22+77=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0164D is #4FE9B2. Grayscale: #4A4A4A. Windows color (decimal): -5237171 or 5052080. OLE color: 5052080.

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

Color convert

RGB 176 22 77 -
CMYK 0 0.88 0.56 0.31
HSL 338.57º 0.78% 0.39% -
HSV(B) 338.57º 0.88% 0.69% -
XYZ 19.53 10.34 7.99 -
YUV 74.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 176 22 77 0 0.88 0.56 0.31 338.57 0.78 0.39
Hex B0 16 4D 0 58 38 1F 153 4E 27
Octal 260 26 115 0 130 70 37 523 116 47
Binary 10110000 10110 1001101 0 1011000 111000 11111 101010011 1001110 100111

Color Harmonies of #B0164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0164D

Black with #B0164D

Text Example


Text Example

White with #B0164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0164D; }

 p { color: rgb(176,22,77); }

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

background-color css

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

 a { background-color: rgb(176,22,77); }

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

border-color css

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

 span { border-color: rgb(176,22,77); }

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