Html Css Color HEX #BD195C Jazzberry Jam

📋 copy color: '#BD195C'

red 189 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #BD195C

Tints of Jazzberry Jam #BD195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 61.76%
G = 8.17%
B = 30.07%

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

#BD195C (or 0xBD195C) is known color: Jazzberry Jam. HEX triplet: BD, 19 and 5C. RGB value is (189,25,92). Sum of RGB (Red+Green+Blue) = 189+25+92=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD195C is #42E6A3. Grayscale: #515151. Windows color (decimal): -4384420 or 6035901. OLE color: 6035901.

HSL color Cylindrical-coordinate representation of color #BD195C: hue angle of 335.49º 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 #BD195C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 92 -
CMYK 0 0.87 0.51 0.26
HSL 335.49º 0.77% 0.42% -
HSV(B) 335.49º 0.87% 0.74% -
XYZ 23.27 12.29 11.27 -
YUV 81.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 189 25 92 0 0.87 0.51 0.26 335.49 0.77 0.42
Hex BD 19 5C 0 57 33 1A 14F 4D 2A
Octal 275 31 134 0 127 63 32 517 115 52
Binary 10111101 11001 1011100 0 1010111 110011 11010 101001111 1001101 101010

Color Harmonies of #BD195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD195C

Black with #BD195C

Text Example


Text Example

White with #BD195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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