Html Css Color HEX #BD094D Jazzberry Jam

📋 copy color: '#BD094D'

red 189 ◦ green 9 ◦ blue 77

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

Shades of Jazzberry Jam #BD094D

Tints of Jazzberry Jam #BD094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 68.73%
G = 3.27%
B = 28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD094D (or 0xBD094D) is known color: Jazzberry Jam. HEX triplet: BD, 09 and 4D. RGB value is (189,9,77). Sum of RGB (Red+Green+Blue) = 189+9+77=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD094D is #42F6B2. Grayscale: #464646. Windows color (decimal): -4388531 or 5048765. OLE color: 5048765.

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

Color convert

RGB 189 9 77 -
CMYK 0 0.95 0.59 0.26
HSL 337.33º 0.91% 0.39% -
HSV(B) 337.33º 0.95% 0.74% -
XYZ 22.42 11.55 8.07 -
YUV 70.57 131.63 212.47 -
System Red Green Blue C M Y K H S L
Decimal 189 9 77 0 0.95 0.59 0.26 337.33 0.91 0.39
Hex BD 9 4D 0 5F 3B 1A 151 5B 27
Octal 275 11 115 0 137 73 32 521 133 47
Binary 10111101 1001 1001101 0 1011111 111011 11010 101010001 1011011 100111

Color Harmonies of #BD094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD094D

Black with #BD094D

Text Example


Text Example

White with #BD094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD094D; }

 p { color: rgb(189,9,77); }

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

background-color css

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

 a { background-color: rgb(189,9,77); }

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

border-color css

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

 span { border-color: rgb(189,9,77); }

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