Html Css Color HEX #BD035C Jazzberry Jam

📋 copy color: '#BD035C'

red 189 ◦ green 3 ◦ blue 92

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

Shades of Jazzberry Jam #BD035C

Tints of Jazzberry Jam #BD035C

RGB

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

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

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

R = 66.55%
G = 1.06%
B = 32.39%

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

#BD035C (or 0xBD035C) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 5C. RGB value is (189,3,92). Sum of RGB (Red+Green+Blue) = 189+3+92=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD035C is #42FCA3. Grayscale: #444444. Windows color (decimal): -4390052 or 6030269. OLE color: 6030269.

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

Color convert

RGB 189 3 92 -
CMYK 0 0.98 0.51 0.26
HSL 331.29º 0.97% 0.38% -
HSV(B) 331.29º 0.98% 0.74% -
XYZ 22.95 11.66 11.17 -
YUV 68.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 189 3 92 0 0.98 0.51 0.26 331.29 0.97 0.38
Hex BD 3 5C 0 62 33 1A 14B 61 26
Octal 275 3 134 0 142 63 32 513 141 46
Binary 10111101 11 1011100 0 1100010 110011 11010 101001011 1100001 100110

Color Harmonies of #BD035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD035C

Black with #BD035C

Text Example


Text Example

White with #BD035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD035C; }

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

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

background-color css

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

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

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

border-color css

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

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

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