Html Css Color HEX #B0165E Jazzberry Jam

📋 copy color: '#B0165E'

red 176 ◦ green 22 ◦ blue 94

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

Shades of Jazzberry Jam #B0165E

Tints of Jazzberry Jam #B0165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 60.27%
G = 7.53%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0165E (or 0xB0165E) is known color: Jazzberry Jam. HEX triplet: B0, 16 and 5E. RGB value is (176,22,94). Sum of RGB (Red+Green+Blue) = 176+22+94=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0165E is #4FE9A1. Grayscale: #4C4C4C. Windows color (decimal): -5237154 or 6166192. OLE color: 6166192.

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

Color convert

RGB 176 22 94 -
CMYK 0 0.88 0.47 0.31
HSL 331.95º 0.78% 0.39% -
HSV(B) 331.95º 0.88% 0.69% -
XYZ 20.21 10.61 11.57 -
YUV 76.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 176 22 94 0 0.88 0.47 0.31 331.95 0.78 0.39
Hex B0 16 5E 0 58 2F 1F 14C 4E 27
Octal 260 26 136 0 130 57 37 514 116 47
Binary 10110000 10110 1011110 0 1011000 101111 11111 101001100 1001110 100111

Color Harmonies of #B0165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0165E

Black with #B0165E

Text Example


Text Example

White with #B0165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0165E; }

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

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

background-color css

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

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

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

border-color css

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

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

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