Html Css Color HEX #BD1262 Jazzberry Jam

📋 copy color: '#BD1262'

red 189 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #BD1262

Tints of Jazzberry Jam #BD1262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 61.97%
G = 5.9%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD1262 (or 0xBD1262) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 62. RGB value is (189,18,98). Sum of RGB (Red+Green+Blue) = 189+18+98=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1262 is #42ED9D. Grayscale: #4E4E4E. Windows color (decimal): -4386206 or 6427325. OLE color: 6427325.

HSL color Cylindrical-coordinate representation of color #BD1262: hue angle of 331.93º degrees, saturation: 0.83, 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 #BD1262 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 98 -
CMYK 0 0.90 0.48 0.26
HSL 331.93º 0.83% 0.41% -
HSV(B) 331.93º 0.9% 0.74% -
XYZ 23.41 12.13 12.66 -
YUV 78.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 189 18 98 0 0.90 0.48 0.26 331.93 0.83 0.41
Hex BD 12 62 0 5A 30 1A 14C 53 29
Octal 275 22 142 0 132 60 32 514 123 51
Binary 10111101 10010 1100010 0 1011010 110000 11010 101001100 1010011 101001

Color Harmonies of #BD1262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1262

Black with #BD1262

Text Example


Text Example

White with #BD1262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1262; }

 p { color: rgb(189,18,98); }

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

background-color css

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

 a { background-color: rgb(189,18,98); }

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

border-color css

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

 span { border-color: rgb(189,18,98); }

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