Html Css Color HEX #B00066 Jazzberry Jam

📋 copy color: '#B00066'

red 176 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #B00066

Tints of Jazzberry Jam #B00066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 63.31%
G = 0%
B = 36.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B00066 (or 0xB00066) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 66. RGB value is (176,0,102). Sum of RGB (Red+Green+Blue) = 176+0+102=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B00066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00066 is #4FFF99. Grayscale: #404040. Windows color (decimal): -5242778 or 6684848. OLE color: 6684848.

HSL color Cylindrical-coordinate representation of color #B00066: hue angle of 325.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00066 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 0 102 -
CMYK 0 1 0.42 0.31
HSL 325.23º 1% 0.35% -
HSV(B) 325.23º 1% 0.69% -
XYZ 20.3 10.19 13.47 -
YUV 64.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 176 0 102 0 1 0.42 0.31 325.23 1 0.35
Hex B0 0 66 0 64 2A 1F 145 64 23
Octal 260 0 146 0 144 52 37 505 144 43
Binary 10110000 0 1100110 0 1100100 101010 11111 101000101 1100100 100011

Color Harmonies of #B00066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00066

Black with #B00066

Text Example


Text Example

White with #B00066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00066; }

 p { color: rgb(176,0,102); }

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

background-color css

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

 a { background-color: rgb(176,0,102); }

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

border-color css

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

 span { border-color: rgb(176,0,102); }

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