Html Css Color HEX #BD086D Jazzberry Jam

📋 copy color: '#BD086D'

red 189 ◦ green 8 ◦ blue 109

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

Shades of Jazzberry Jam #BD086D

Tints of Jazzberry Jam #BD086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 61.76%
G = 2.61%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD086D (or 0xBD086D) is known color: Jazzberry Jam. HEX triplet: BD, 08 and 6D. RGB value is (189,8,109). Sum of RGB (Red+Green+Blue) = 189+8+109=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD086D is #42F792. Grayscale: #494949. Windows color (decimal): -4388755 or 7145661. OLE color: 7145661.

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

Color convert

RGB 189 8 109 -
CMYK 0 0.96 0.42 0.26
HSL 326.52º 0.92% 0.39% -
HSV(B) 326.52º 0.96% 0.74% -
XYZ 23.83 12.1 15.55 -
YUV 73.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 189 8 109 0 0.96 0.42 0.26 326.52 0.92 0.39
Hex BD 8 6D 0 60 2A 1A 147 5C 27
Octal 275 10 155 0 140 52 32 507 134 47
Binary 10111101 1000 1101101 0 1100000 101010 11010 101000111 1011100 100111

Color Harmonies of #BD086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD086D

Black with #BD086D

Text Example


Text Example

White with #BD086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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