Html Css Color HEX #BD195E Jazzberry Jam

📋 copy color: '#BD195E'

red 189 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #BD195E

Tints of Jazzberry Jam #BD195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 61.36%
G = 8.12%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD195E (or 0xBD195E) is known color: Jazzberry Jam. HEX triplet: BD, 19 and 5E. RGB value is (189,25,94). Sum of RGB (Red+Green+Blue) = 189+25+94=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD195E is #42E6A1. Grayscale: #515151. Windows color (decimal): -4384418 or 6166973. OLE color: 6166973.

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

Color convert

RGB 189 25 94 -
CMYK 0 0.87 0.50 0.26
HSL 334.76º 0.77% 0.42% -
HSV(B) 334.76º 0.87% 0.74% -
XYZ 23.35 12.32 11.74 -
YUV 81.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 189 25 94 0 0.87 0.50 0.26 334.76 0.77 0.42
Hex BD 19 5E 0 57 32 1A 14F 4D 2A
Octal 275 31 136 0 127 62 32 517 115 52
Binary 10111101 11001 1011110 0 1010111 110010 11010 101001111 1001101 101010

Color Harmonies of #BD195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD195E

Black with #BD195E

Text Example


Text Example

White with #BD195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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