Html Css Color HEX #BD035D Jazzberry Jam

📋 copy color: '#BD035D'

red 189 ◦ green 3 ◦ blue 93

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

Shades of Jazzberry Jam #BD035D

Tints of Jazzberry Jam #BD035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 66.32%
G = 1.05%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD035D (or 0xBD035D) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 5D. RGB value is (189,3,93). Sum of RGB (Red+Green+Blue) = 189+3+93=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD035D is #42FCA2. Grayscale: #444444. Windows color (decimal): -4390051 or 6095805. OLE color: 6095805.

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

Color convert

RGB 189 3 93 -
CMYK 0 0.98 0.51 0.26
HSL 330.97º 0.97% 0.38% -
HSV(B) 330.97º 0.98% 0.74% -
XYZ 22.99 11.67 11.4 -
YUV 68.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 189 3 93 0 0.98 0.51 0.26 330.97 0.97 0.38
Hex BD 3 5D 0 62 33 1A 14B 61 26
Octal 275 3 135 0 142 63 32 513 141 46
Binary 10111101 11 1011101 0 1100010 110011 11010 101001011 1100001 100110

Color Harmonies of #BD035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD035D

Black with #BD035D

Text Example


Text Example

White with #BD035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD035D; }

 p { color: rgb(189,3,93); }

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

background-color css

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

 a { background-color: rgb(189,3,93); }

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

border-color css

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

 span { border-color: rgb(189,3,93); }

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