Html Css Color HEX #B00C69 Jazzberry Jam

📋 copy color: '#B00C69'

red 176 ◦ green 12 ◦ blue 105

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

Shades of Jazzberry Jam #B00C69

Tints of Jazzberry Jam #B00C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.1%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 60.07%
G = 4.1%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B00C69 (or 0xB00C69) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 69. RGB value is (176,12,105). Sum of RGB (Red+Green+Blue) = 176+12+105=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C69 is #4FF396. Grayscale: #474747. Windows color (decimal): -5239703 or 6884528. OLE color: 6884528.

HSL color Cylindrical-coordinate representation of color #B00C69: hue angle of 325.98º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C69 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 105 -
CMYK 0 0.93 0.40 0.31
HSL 325.98º 0.87% 0.37% -
HSV(B) 325.98º 0.93% 0.69% -
XYZ 20.59 10.51 14.31 -
YUV 71.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 176 12 105 0 0.93 0.40 0.31 325.98 0.87 0.37
Hex B0 C 69 0 5D 28 1F 146 57 25
Octal 260 14 151 0 135 50 37 506 127 45
Binary 10110000 1100 1101001 0 1011101 101000 11111 101000110 1010111 100101

Color Harmonies of #B00C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C69

Black with #B00C69

Text Example


Text Example

White with #B00C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C69; }

 p { color: rgb(176,12,105); }

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

background-color css

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

 a { background-color: rgb(176,12,105); }

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

border-color css

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

 span { border-color: rgb(176,12,105); }

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