Html Css Color HEX #BD035B Jazzberry Jam

📋 copy color: '#BD035B'

red 189 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #BD035B

Tints of Jazzberry Jam #BD035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 66.78%
G = 1.06%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD035B (or 0xBD035B) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 5B. RGB value is (189,3,91). Sum of RGB (Red+Green+Blue) = 189+3+91=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD035B is #42FCA4. Grayscale: #444444. Windows color (decimal): -4390053 or 5964733. OLE color: 5964733.

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

Color convert

RGB 189 3 91 -
CMYK 0 0.98 0.52 0.26
HSL 331.61º 0.97% 0.38% -
HSV(B) 331.61º 0.98% 0.74% -
XYZ 22.91 11.64 10.94 -
YUV 68.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 189 3 91 0 0.98 0.52 0.26 331.61 0.97 0.38
Hex BD 3 5B 0 62 34 1A 14C 61 26
Octal 275 3 133 0 142 64 32 514 141 46
Binary 10111101 11 1011011 0 1100010 110100 11010 101001100 1100001 100110

Color Harmonies of #BD035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD035B

Black with #BD035B

Text Example


Text Example

White with #BD035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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