Html Css Color HEX #BD0255 Jazzberry Jam

📋 copy color: '#BD0255'

red 189 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #BD0255

Tints of Jazzberry Jam #BD0255

RGB

 RED value IS 189 (74.22% from 255) = 68.48%

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 68.48%
G = 0.72%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD0255 (or 0xBD0255) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 55. RGB value is (189,2,85). Sum of RGB (Red+Green+Blue) = 189+2+85=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0255 is #42FDAA. Grayscale: #434343. Windows color (decimal): -4390315 or 5571261. OLE color: 5571261.

HSL color Cylindrical-coordinate representation of color #BD0255: hue angle of 333.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0255 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 85 -
CMYK 0 0.99 0.55 0.26
HSL 333.37º 0.98% 0.37% -
HSV(B) 333.37º 0.99% 0.74% -
XYZ 22.65 11.52 9.62 -
YUV 67.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 189 2 85 0 0.99 0.55 0.26 333.37 0.98 0.37
Hex BD 2 55 0 63 37 1A 14D 62 25
Octal 275 2 125 0 143 67 32 515 142 45
Binary 10111101 10 1010101 0 1100011 110111 11010 101001101 1100010 100101

Color Harmonies of #BD0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0255

Black with #BD0255

Text Example


Text Example

White with #BD0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0255; }

 p { color: rgb(189,2,85); }

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

background-color css

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

 a { background-color: rgb(189,2,85); }

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

border-color css

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

 span { border-color: rgb(189,2,85); }

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