Html Css Color HEX #B6034B Jazzberry Jam

📋 copy color: '#B6034B'

red 182 ◦ green 3 ◦ blue 75

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

Shades of Jazzberry Jam #B6034B

Tints of Jazzberry Jam #B6034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 70%
G = 1.15%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6034B (or 0xB6034B) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 4B. RGB value is (182,3,75). Sum of RGB (Red+Green+Blue) = 182+3+75=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B6034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6034B is #49FCB4. Grayscale: #404040. Windows color (decimal): -4848821 or 4916150. OLE color: 4916150.

HSL color Cylindrical-coordinate representation of color #B6034B: hue angle of 335.87º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6034B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 3 75 -
CMYK 0 0.98 0.59 0.29
HSL 335.87º 0.97% 0.36% -
HSV(B) 335.87º 0.98% 0.71% -
XYZ 20.59 10.52 7.6 -
YUV 64.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 182 3 75 0 0.98 0.59 0.29 335.87 0.97 0.36
Hex B6 3 4B 0 62 3B 1D 150 61 24
Octal 266 3 113 0 142 73 35 520 141 44
Binary 10110110 11 1001011 0 1100010 111011 11101 101010000 1100001 100100

Color Harmonies of #B6034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6034B

Black with #B6034B

Text Example


Text Example

White with #B6034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6034B; }

 p { color: rgb(182,3,75); }

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

background-color css

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

 a { background-color: rgb(182,3,75); }

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

border-color css

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

 span { border-color: rgb(182,3,75); }

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