Html Css Color HEX #B61067 Jazzberry Jam

📋 copy color: '#B61067'

red 182 ◦ green 16 ◦ blue 103

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

Shades of Jazzberry Jam #B61067

Tints of Jazzberry Jam #B61067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 60.47%
G = 5.32%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B61067 (or 0xB61067) is known color: Jazzberry Jam. HEX triplet: B6, 10 and 67. RGB value is (182,16,103). Sum of RGB (Red+Green+Blue) = 182+16+103=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B61067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61067 is #49EF98. Grayscale: #4B4B4B. Windows color (decimal): -4845465 or 6754486. OLE color: 6754486.

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

Color convert

RGB 182 16 103 -
CMYK 0 0.91 0.43 0.29
HSL 328.55º 0.84% 0.39% -
HSV(B) 328.55º 0.91% 0.71% -
XYZ 21.92 11.29 13.86 -
YUV 75.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 182 16 103 0 0.91 0.43 0.29 328.55 0.84 0.39
Hex B6 10 67 0 5B 2B 1D 149 54 27
Octal 266 20 147 0 133 53 35 511 124 47
Binary 10110110 10000 1100111 0 1011011 101011 11101 101001001 1010100 100111

Color Harmonies of #B61067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61067

Black with #B61067

Text Example


Text Example

White with #B61067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61067; }

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

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

background-color css

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

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

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

border-color css

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

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

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