Html Css Color HEX #BD0267 Jazzberry Jam

📋 copy color: '#BD0267'

red 189 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #BD0267

Tints of Jazzberry Jam #BD0267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 103 (40.63% from 255) = 35.03%

R = 64.29%
G = 0.68%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD0267 (or 0xBD0267) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 67. RGB value is (189,2,103). Sum of RGB (Red+Green+Blue) = 189+2+103=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0267 is #42FD98. Grayscale: #454545. Windows color (decimal): -4390297 or 6750909. OLE color: 6750909.

HSL color Cylindrical-coordinate representation of color #BD0267: hue angle of 327.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0267 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 103 -
CMYK 0 0.99 0.46 0.26
HSL 327.59º 0.98% 0.37% -
HSV(B) 327.59º 0.99% 0.74% -
XYZ 23.46 11.84 13.88 -
YUV 69.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 189 2 103 0 0.99 0.46 0.26 327.59 0.98 0.37
Hex BD 2 67 0 63 2E 1A 148 62 25
Octal 275 2 147 0 143 56 32 510 142 45
Binary 10111101 10 1100111 0 1100011 101110 11010 101001000 1100010 100101

Color Harmonies of #BD0267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0267

Black with #BD0267

Text Example


Text Example

White with #BD0267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0267; }

 p { color: rgb(189,2,103); }

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

background-color css

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

 a { background-color: rgb(189,2,103); }

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

border-color css

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

 span { border-color: rgb(189,2,103); }

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