Html Css Color HEX #B8065C Jazzberry Jam

📋 copy color: '#B8065C'

red 184 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #B8065C

Tints of Jazzberry Jam #B8065C

RGB

 RED value IS 184 (72.27% from 255) = 65.25%

 GREEN value IS 6 (2.73% from 255) = 2.13%

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 65.25%
G = 2.13%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8065C (or 0xB8065C) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 5C. RGB value is (184,6,92). Sum of RGB (Red+Green+Blue) = 184+6+92=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8065C is #47F9A3. Grayscale: #444444. Windows color (decimal): -4716964 or 6031032. OLE color: 6031032.

HSL color Cylindrical-coordinate representation of color #B8065C: hue angle of 331.01º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8065C is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 92 -
CMYK 0 0.97 0.50 0.28
HSL 331.01º 0.94% 0.37% -
HSV(B) 331.01º 0.97% 0.72% -
XYZ 21.76 11.09 11.12 -
YUV 69.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 184 6 92 0 0.97 0.50 0.28 331.01 0.94 0.37
Hex B8 6 5C 0 61 32 1C 14B 5E 25
Octal 270 6 134 0 141 62 34 513 136 45
Binary 10111000 110 1011100 0 1100001 110010 11100 101001011 1011110 100101

Color Harmonies of #B8065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8065C

Black with #B8065C

Text Example


Text Example

White with #B8065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8065C; }

 p { color: rgb(184,6,92); }

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

background-color css

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

 a { background-color: rgb(184,6,92); }

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

border-color css

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

 span { border-color: rgb(184,6,92); }

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