Html Css Color HEX #BD175C Jazzberry Jam

📋 copy color: '#BD175C'

red 189 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #BD175C

Tints of Jazzberry Jam #BD175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 62.17%
G = 7.57%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD175C (or 0xBD175C) is known color: Jazzberry Jam. HEX triplet: BD, 17 and 5C. RGB value is (189,23,92). Sum of RGB (Red+Green+Blue) = 189+23+92=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD175C is #42E8A3. Grayscale: #505050. Windows color (decimal): -4384932 or 6035389. OLE color: 6035389.

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

Color convert

RGB 189 23 92 -
CMYK 0 0.88 0.51 0.26
HSL 335.06º 0.78% 0.42% -
HSV(B) 335.06º 0.88% 0.74% -
XYZ 23.22 12.2 11.26 -
YUV 80.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 189 23 92 0 0.88 0.51 0.26 335.06 0.78 0.42
Hex BD 17 5C 0 58 33 1A 14F 4E 2A
Octal 275 27 134 0 130 63 32 517 116 52
Binary 10111101 10111 1011100 0 1011000 110011 11010 101001111 1001110 101010

Color Harmonies of #BD175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD175C

Black with #BD175C

Text Example


Text Example

White with #BD175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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