Html Css Color HEX #BB0767 Jazzberry Jam

📋 copy color: '#BB0767'

red 187 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #BB0767

Tints of Jazzberry Jam #BB0767

RGB

 RED value IS 187 (73.44% from 255) = 62.96%

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

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 62.96%
G = 2.36%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB0767 (or 0xBB0767) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 67. RGB value is (187,7,103). Sum of RGB (Red+Green+Blue) = 187+7+103=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0767 is #44F898. Grayscale: #474747. Windows color (decimal): -4520089 or 6752187. OLE color: 6752187.

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

Color convert

RGB 187 7 103 -
CMYK 0 0.96 0.45 0.27
HSL 328º 0.93% 0.38% -
HSV(B) 328º 0.96% 0.73% -
XYZ 23.02 11.7 13.88 -
YUV 71.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 187 7 103 0 0.96 0.45 0.27 328 0.93 0.38
Hex BB 7 67 0 60 2D 1B 148 5D 26
Octal 273 7 147 0 140 55 33 510 135 46
Binary 10111011 111 1100111 0 1100000 101101 11011 101001000 1011101 100110

Color Harmonies of #BB0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0767

Black with #BB0767

Text Example


Text Example

White with #BB0767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0767; }

 p { color: rgb(187,7,103); }

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

background-color css

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

 a { background-color: rgb(187,7,103); }

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

border-color css

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

 span { border-color: rgb(187,7,103); }

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