Html Css Color HEX #BD055C Jazzberry Jam

📋 copy color: '#BD055C'

red 189 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #BD055C

Tints of Jazzberry Jam #BD055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 66.08%
G = 1.75%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD055C (or 0xBD055C) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 5C. RGB value is (189,5,92). Sum of RGB (Red+Green+Blue) = 189+5+92=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD055C is #42FAA3. Grayscale: #454545. Windows color (decimal): -4389540 or 6030781. OLE color: 6030781.

HSL color Cylindrical-coordinate representation of color #BD055C: hue angle of 331.63º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD055C is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 92 -
CMYK 0 0.97 0.51 0.26
HSL 331.63º 0.95% 0.38% -
HSV(B) 331.63º 0.97% 0.74% -
XYZ 22.97 11.7 11.17 -
YUV 69.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 189 5 92 0 0.97 0.51 0.26 331.63 0.95 0.38
Hex BD 5 5C 0 61 33 1A 14C 5F 26
Octal 275 5 134 0 141 63 32 514 137 46
Binary 10111101 101 1011100 0 1100001 110011 11010 101001100 1011111 100110

Color Harmonies of #BD055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD055C

Black with #BD055C

Text Example


Text Example

White with #BD055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD055C; }

 p { color: rgb(189,5,92); }

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

background-color css

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

 a { background-color: rgb(189,5,92); }

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

border-color css

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

 span { border-color: rgb(189,5,92); }

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