Html Css Color HEX #BD185C Jazzberry Jam

📋 copy color: '#BD185C'

red 189 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #BD185C

Tints of Jazzberry Jam #BD185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 61.97%
G = 7.87%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD185C (or 0xBD185C) is known color: Jazzberry Jam. HEX triplet: BD, 18 and 5C. RGB value is (189,24,92). Sum of RGB (Red+Green+Blue) = 189+24+92=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD185C is #42E7A3. Grayscale: #505050. Windows color (decimal): -4384676 or 6035645. OLE color: 6035645.

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

Color convert

RGB 189 24 92 -
CMYK 0 0.87 0.51 0.26
HSL 335.27º 0.77% 0.42% -
HSV(B) 335.27º 0.87% 0.74% -
XYZ 23.24 12.24 11.26 -
YUV 81.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 189 24 92 0 0.87 0.51 0.26 335.27 0.77 0.42
Hex BD 18 5C 0 57 33 1A 14F 4D 2A
Octal 275 30 134 0 127 63 32 517 115 52
Binary 10111101 11000 1011100 0 1010111 110011 11010 101001111 1001101 101010

Color Harmonies of #BD185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD185C

Black with #BD185C

Text Example


Text Example

White with #BD185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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