Html Css Color HEX #B7035C Jazzberry Jam

📋 copy color: '#B7035C'

red 183 ◦ green 3 ◦ blue 92

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

Shades of Jazzberry Jam #B7035C

Tints of Jazzberry Jam #B7035C

RGB

 RED value IS 183 (71.88% from 255) = 65.83%

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 65.83%
G = 1.08%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7035C (or 0xB7035C) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 5C. RGB value is (183,3,92). Sum of RGB (Red+Green+Blue) = 183+3+92=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7035C is #48FCA3. Grayscale: #424242. Windows color (decimal): -4783268 or 6030263. OLE color: 6030263.

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

Color convert

RGB 183 3 92 -
CMYK 0 0.98 0.50 0.28
HSL 330.33º 0.97% 0.36% -
HSV(B) 330.33º 0.98% 0.72% -
XYZ 21.49 10.91 11.1 -
YUV 66.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 183 3 92 0 0.98 0.50 0.28 330.33 0.97 0.36
Hex B7 3 5C 0 62 32 1C 14A 61 24
Octal 267 3 134 0 142 62 34 512 141 44
Binary 10110111 11 1011100 0 1100010 110010 11100 101001010 1100001 100100

Color Harmonies of #B7035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7035C

Black with #B7035C

Text Example


Text Example

White with #B7035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7035C; }

 p { color: rgb(183,3,92); }

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

background-color css

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

 a { background-color: rgb(183,3,92); }

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

border-color css

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

 span { border-color: rgb(183,3,92); }

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