Html Css Color HEX #BD0C69 Jazzberry Jam

📋 copy color: '#BD0C69'

red 189 ◦ green 12 ◦ blue 105

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

Shades of Jazzberry Jam #BD0C69

Tints of Jazzberry Jam #BD0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 61.76%
G = 3.92%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD0C69 (or 0xBD0C69) is known color: Jazzberry Jam. HEX triplet: BD, 0C and 69. RGB value is (189,12,105). Sum of RGB (Red+Green+Blue) = 189+12+105=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C69 is #42F396. Grayscale: #4B4B4B. Windows color (decimal): -4387735 or 6884541. OLE color: 6884541.

HSL color Cylindrical-coordinate representation of color #BD0C69: hue angle of 328.47º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C69 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 105 -
CMYK 0 0.94 0.44 0.26
HSL 328.47º 0.88% 0.39% -
HSV(B) 328.47º 0.94% 0.74% -
XYZ 23.67 12.1 14.45 -
YUV 75.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 189 12 105 0 0.94 0.44 0.26 328.47 0.88 0.39
Hex BD C 69 0 5E 2C 1A 148 58 27
Octal 275 14 151 0 136 54 32 510 130 47
Binary 10111101 1100 1101001 0 1011110 101100 11010 101001000 1011000 100111

Color Harmonies of #BD0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C69

Black with #BD0C69

Text Example


Text Example

White with #BD0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C69; }

 p { color: rgb(189,12,105); }

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

background-color css

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

 a { background-color: rgb(189,12,105); }

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

border-color css

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

 span { border-color: rgb(189,12,105); }

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