Html Css Color HEX #BD065C Jazzberry Jam

📋 copy color: '#BD065C'

red 189 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #BD065C

Tints of Jazzberry Jam #BD065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 65.85%
G = 2.09%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD065C (or 0xBD065C) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 5C. RGB value is (189,6,92). Sum of RGB (Red+Green+Blue) = 189+6+92=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD065C is #42F9A3. Grayscale: #464646. Windows color (decimal): -4389284 or 6031037. OLE color: 6031037.

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

Color convert

RGB 189 6 92 -
CMYK 0 0.97 0.51 0.26
HSL 331.8º 0.94% 0.38% -
HSV(B) 331.8º 0.97% 0.74% -
XYZ 22.98 11.72 11.18 -
YUV 70.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 189 6 92 0 0.97 0.51 0.26 331.8 0.94 0.38
Hex BD 6 5C 0 61 33 1A 14C 5E 26
Octal 275 6 134 0 141 63 32 514 136 46
Binary 10111101 110 1011100 0 1100001 110011 11010 101001100 1011110 100110

Color Harmonies of #BD065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD065C

Black with #BD065C

Text Example


Text Example

White with #BD065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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