Html Css Color HEX #B00743 Jazzberry Jam

📋 copy color: '#B00743'

red 176 ◦ green 7 ◦ blue 67

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

Shades of Jazzberry Jam #B00743

Tints of Jazzberry Jam #B00743

RGB

 RED value IS 176 (69.14% from 255) = 70.4%

 GREEN value IS 7 (3.13% from 255) = 2.8%

 BLUE value IS 67 (26.56% from 255) = 26.8%

R = 70.4%
G = 2.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B00743 (or 0xB00743) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 43. RGB value is (176,7,67). Sum of RGB (Red+Green+Blue) = 176+7+67=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B00743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00743 is #4FF8BC. Grayscale: #404040. Windows color (decimal): -5241021 or 4392880. OLE color: 4392880.

HSL color Cylindrical-coordinate representation of color #B00743: hue angle of 338.7º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00743 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 67 -
CMYK 0 0.96 0.62 0.31
HSL 338.7º 0.92% 0.36% -
HSV(B) 338.7º 0.96% 0.69% -
XYZ 18.99 9.79 6.2 -
YUV 64.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 176 7 67 0 0.96 0.62 0.31 338.7 0.92 0.36
Hex B0 7 43 0 60 3E 1F 153 5C 24
Octal 260 7 103 0 140 76 37 523 134 44
Binary 10110000 111 1000011 0 1100000 111110 11111 101010011 1011100 100100

Color Harmonies of #B00743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00743

Black with #B00743

Text Example


Text Example

White with #B00743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00743; }

 p { color: rgb(176,7,67); }

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

background-color css

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

 a { background-color: rgb(176,7,67); }

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

border-color css

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

 span { border-color: rgb(176,7,67); }

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