Html Css Color HEX #BD035F Jazzberry Jam

📋 copy color: '#BD035F'

red 189 ◦ green 3 ◦ blue 95

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

Shades of Jazzberry Jam #BD035F

Tints of Jazzberry Jam #BD035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 65.85%
G = 1.05%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD035F (or 0xBD035F) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 5F. RGB value is (189,3,95). Sum of RGB (Red+Green+Blue) = 189+3+95=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD035F is #42FCA0. Grayscale: #444444. Windows color (decimal): -4390049 or 6226877. OLE color: 6226877.

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

Color convert

RGB 189 3 95 -
CMYK 0 0.98 0.50 0.26
HSL 330.32º 0.97% 0.38% -
HSV(B) 330.32º 0.98% 0.74% -
XYZ 23.08 11.71 11.87 -
YUV 69.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 189 3 95 0 0.98 0.50 0.26 330.32 0.97 0.38
Hex BD 3 5F 0 62 32 1A 14A 61 26
Octal 275 3 137 0 142 62 32 512 141 46
Binary 10111101 11 1011111 0 1100010 110010 11010 101001010 1100001 100110

Color Harmonies of #BD035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD035F

Black with #BD035F

Text Example


Text Example

White with #BD035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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