Html Css Color HEX #BD085C Jazzberry Jam

📋 copy color: '#BD085C'

red 189 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #BD085C

Tints of Jazzberry Jam #BD085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 65.4%
G = 2.77%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD085C (or 0xBD085C) is known color: Jazzberry Jam. HEX triplet: BD, 08 and 5C. RGB value is (189,8,92). Sum of RGB (Red+Green+Blue) = 189+8+92=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD085C is #42F7A3. Grayscale: #474747. Windows color (decimal): -4388772 or 6031549. OLE color: 6031549.

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

Color convert

RGB 189 8 92 -
CMYK 0 0.96 0.51 0.26
HSL 332.15º 0.92% 0.39% -
HSV(B) 332.15º 0.96% 0.74% -
XYZ 23 11.77 11.18 -
YUV 71.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 189 8 92 0 0.96 0.51 0.26 332.15 0.92 0.39
Hex BD 8 5C 0 60 33 1A 14C 5C 27
Octal 275 10 134 0 140 63 32 514 134 47
Binary 10111101 1000 1011100 0 1100000 110011 11010 101001100 1011100 100111

Color Harmonies of #BD085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD085C

Black with #BD085C

Text Example


Text Example

White with #BD085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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