Html Css Color HEX #BD0652 Jazzberry Jam

📋 copy color: '#BD0652'

red 189 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #BD0652

Tints of Jazzberry Jam #BD0652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 68.23%
G = 2.17%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD0652 (or 0xBD0652) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 52. RGB value is (189,6,82). Sum of RGB (Red+Green+Blue) = 189+6+82=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0652 is #42F9AD. Grayscale: #454545. Windows color (decimal): -4389294 or 5375677. OLE color: 5375677.

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

Color convert

RGB 189 6 82 -
CMYK 0 0.97 0.57 0.26
HSL 335.08º 0.94% 0.38% -
HSV(B) 335.08º 0.97% 0.74% -
XYZ 22.57 11.56 9.02 -
YUV 69.38 135.13 213.32 -
System Red Green Blue C M Y K H S L
Decimal 189 6 82 0 0.97 0.57 0.26 335.08 0.94 0.38
Hex BD 6 52 0 61 39 1A 14F 5E 26
Octal 275 6 122 0 141 71 32 517 136 46
Binary 10111101 110 1010010 0 1100001 111001 11010 101001111 1011110 100110

Color Harmonies of #BD0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0652

Black with #BD0652

Text Example


Text Example

White with #BD0652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0652; }

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

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

background-color css

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

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

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

border-color css

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

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

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