Html Css Color HEX #B61467 Jazzberry Jam

📋 copy color: '#B61467'

red 182 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #B61467

Tints of Jazzberry Jam #B61467

RGB

 RED value IS 182 (71.48% from 255) = 59.67%

 GREEN value IS 20 (8.2% from 255) = 6.56%

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

R = 59.67%
G = 6.56%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B61467 (or 0xB61467) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 67. RGB value is (182,20,103). Sum of RGB (Red+Green+Blue) = 182+20+103=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B61467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61467 is #49EB98. Grayscale: #4D4D4D. Windows color (decimal): -4844441 or 6755510. OLE color: 6755510.

HSL color Cylindrical-coordinate representation of color #B61467: hue angle of 329.26º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61467 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 103 -
CMYK 0 0.89 0.43 0.29
HSL 329.26º 0.8% 0.4% -
HSV(B) 329.26º 0.89% 0.71% -
XYZ 21.99 11.42 13.88 -
YUV 77.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 182 20 103 0 0.89 0.43 0.29 329.26 0.8 0.4
Hex B6 14 67 0 59 2B 1D 149 50 28
Octal 266 24 147 0 131 53 35 511 120 50
Binary 10110110 10100 1100111 0 1011001 101011 11101 101001001 1010000 101000

Color Harmonies of #B61467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61467

Black with #B61467

Text Example


Text Example

White with #B61467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61467; }

 p { color: rgb(182,20,103); }

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

background-color css

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

 a { background-color: rgb(182,20,103); }

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

border-color css

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

 span { border-color: rgb(182,20,103); }

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