Html Css Color HEX #BD165F Jazzberry Jam

📋 copy color: '#BD165F'

red 189 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #BD165F

Tints of Jazzberry Jam #BD165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

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

R = 61.76%
G = 7.19%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD165F (or 0xBD165F) is known color: Jazzberry Jam. HEX triplet: BD, 16 and 5F. RGB value is (189,22,95). Sum of RGB (Red+Green+Blue) = 189+22+95=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD165F is #42E9A0. Grayscale: #505050. Windows color (decimal): -4385185 or 6231741. OLE color: 6231741.

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

Color convert

RGB 189 22 95 -
CMYK 0 0.88 0.50 0.26
HSL 333.77º 0.79% 0.41% -
HSV(B) 333.77º 0.88% 0.74% -
XYZ 23.34 12.22 11.95 -
YUV 80.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 189 22 95 0 0.88 0.50 0.26 333.77 0.79 0.41
Hex BD 16 5F 0 58 32 1A 14E 4F 29
Octal 275 26 137 0 130 62 32 516 117 51
Binary 10111101 10110 1011111 0 1011000 110010 11010 101001110 1001111 101001

Color Harmonies of #BD165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD165F

Black with #BD165F

Text Example


Text Example

White with #BD165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD165F; }

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

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

background-color css

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

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

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

border-color css

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

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

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