Html Css Color HEX #BD0452 Jazzberry Jam

📋 copy color: '#BD0452'

red 189 ◦ green 4 ◦ blue 82

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

Shades of Jazzberry Jam #BD0452

Tints of Jazzberry Jam #BD0452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 68.73%
G = 1.45%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD0452 (or 0xBD0452) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 52. RGB value is (189,4,82). Sum of RGB (Red+Green+Blue) = 189+4+82=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0452 is #42FBAD. Grayscale: #444444. Windows color (decimal): -4389806 or 5375165. OLE color: 5375165.

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

Color convert

RGB 189 4 82 -
CMYK 0 0.98 0.57 0.26
HSL 334.7º 0.96% 0.38% -
HSV(B) 334.7º 0.98% 0.74% -
XYZ 22.55 11.51 9.02 -
YUV 68.21 135.79 214.16 -
System Red Green Blue C M Y K H S L
Decimal 189 4 82 0 0.98 0.57 0.26 334.7 0.96 0.38
Hex BD 4 52 0 62 39 1A 14F 60 26
Octal 275 4 122 0 142 71 32 517 140 46
Binary 10111101 100 1010010 0 1100010 111001 11010 101001111 1100000 100110

Color Harmonies of #BD0452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0452

Black with #BD0452

Text Example


Text Example

White with #BD0452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0452; }

 p { color: rgb(189,4,82); }

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

background-color css

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

 a { background-color: rgb(189,4,82); }

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

border-color css

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

 span { border-color: rgb(189,4,82); }

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