Html Css Color HEX #BD1367 Jazzberry Jam

📋 copy color: '#BD1367'

red 189 ◦ green 19 ◦ blue 103

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

Shades of Jazzberry Jam #BD1367

Tints of Jazzberry Jam #BD1367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 60.77%
G = 6.11%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD1367 (or 0xBD1367) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 67. RGB value is (189,19,103). Sum of RGB (Red+Green+Blue) = 189+19+103=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1367 is #42EC98. Grayscale: #4F4F4F. Windows color (decimal): -4385945 or 6755261. OLE color: 6755261.

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

Color convert

RGB 189 19 103 -
CMYK 0 0.90 0.46 0.26
HSL 330.35º 0.82% 0.41% -
HSV(B) 330.35º 0.9% 0.74% -
XYZ 23.67 12.26 13.95 -
YUV 79.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 189 19 103 0 0.90 0.46 0.26 330.35 0.82 0.41
Hex BD 13 67 0 5A 2E 1A 14A 52 29
Octal 275 23 147 0 132 56 32 512 122 51
Binary 10111101 10011 1100111 0 1011010 101110 11010 101001010 1010010 101001

Color Harmonies of #BD1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1367

Black with #BD1367

Text Example


Text Example

White with #BD1367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1367; }

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

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

background-color css

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

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

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

border-color css

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

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

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