Html Css Color HEX #B92165 Jazzberry Jam

📋 copy color: '#B92165'

red 185 ◦ green 33 ◦ blue 101

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

Shades of Jazzberry Jam #B92165

Tints of Jazzberry Jam #B92165

RGB

 RED value IS 185 (72.66% from 255) = 57.99%

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 57.99%
G = 10.34%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B92165 (or 0xB92165) is known color: Jazzberry Jam. HEX triplet: B9, 21 and 65. RGB value is (185,33,101). Sum of RGB (Red+Green+Blue) = 185+33+101=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B92165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92165 is #46DE9A. Grayscale: #565656. Windows color (decimal): -4644507 or 6627769. OLE color: 6627769.

HSL color Cylindrical-coordinate representation of color #B92165: hue angle of 333.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92165 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 101 -
CMYK 0 0.82 0.45 0.27
HSL 333.16º 0.7% 0.43% -
HSV(B) 333.16º 0.82% 0.73% -
XYZ 22.9 12.34 13.49 -
YUV 86.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 185 33 101 0 0.82 0.45 0.27 333.16 0.7 0.43
Hex B9 21 65 0 52 2D 1B 14D 46 2B
Octal 271 41 145 0 122 55 33 515 106 53
Binary 10111001 100001 1100101 0 1010010 101101 11011 101001101 1000110 101011

Color Harmonies of #B92165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92165

Black with #B92165

Text Example


Text Example

White with #B92165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92165; }

 p { color: rgb(185,33,101); }

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

background-color css

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

 a { background-color: rgb(185,33,101); }

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

border-color css

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

 span { border-color: rgb(185,33,101); }

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