Html Css Color HEX #BD135C Jazzberry Jam

📋 copy color: '#BD135C'

red 189 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #BD135C

Tints of Jazzberry Jam #BD135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

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

R = 63%
G = 6.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD135C (or 0xBD135C) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 5C. RGB value is (189,19,92). Sum of RGB (Red+Green+Blue) = 189+19+92=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD135C is #42ECA3. Grayscale: #4E4E4E. Windows color (decimal): -4385956 or 6034365. OLE color: 6034365.

HSL color Cylindrical-coordinate representation of color #BD135C: hue angle of 334.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD135C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 92 -
CMYK 0 0.90 0.51 0.26
HSL 334.24º 0.82% 0.41% -
HSV(B) 334.24º 0.9% 0.74% -
XYZ 23.15 12.06 11.23 -
YUV 78.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 189 19 92 0 0.90 0.51 0.26 334.24 0.82 0.41
Hex BD 13 5C 0 5A 33 1A 14E 52 29
Octal 275 23 134 0 132 63 32 516 122 51
Binary 10111101 10011 1011100 0 1011010 110011 11010 101001110 1010010 101001

Color Harmonies of #BD135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD135C

Black with #BD135C

Text Example


Text Example

White with #BD135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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