Html Css Color HEX #B6095A Jazzberry Jam

📋 copy color: '#B6095A'

red 182 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #B6095A

Tints of Jazzberry Jam #B6095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 64.77%
G = 3.2%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6095A (or 0xB6095A) is known color: Jazzberry Jam. HEX triplet: B6, 09 and 5A. RGB value is (182,9,90). Sum of RGB (Red+Green+Blue) = 182+9+90=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6095A is #49F6A5. Grayscale: #454545. Windows color (decimal): -4847270 or 5900726. OLE color: 5900726.

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

Color convert

RGB 182 9 90 -
CMYK 0 0.95 0.51 0.29
HSL 331.91º 0.91% 0.37% -
HSV(B) 331.91º 0.95% 0.71% -
XYZ 21.23 10.88 10.65 -
YUV 69.96 139.31 207.91 -
System Red Green Blue C M Y K H S L
Decimal 182 9 90 0 0.95 0.51 0.29 331.91 0.91 0.37
Hex B6 9 5A 0 5F 33 1D 14C 5B 25
Octal 266 11 132 0 137 63 35 514 133 45
Binary 10110110 1001 1011010 0 1011111 110011 11101 101001100 1011011 100101

Color Harmonies of #B6095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6095A

Black with #B6095A

Text Example


Text Example

White with #B6095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6095A; }

 p { color: rgb(182,9,90); }

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

background-color css

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

 a { background-color: rgb(182,9,90); }

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

border-color css

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

 span { border-color: rgb(182,9,90); }

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