Html Css Color HEX #B7290E Harley Davidson Orange

📋 copy color: '#B7290E'

red 183 ◦ green 41 ◦ blue 14

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

Shades of Harley Davidson Orange #B7290E

Tints of Harley Davidson Orange #B7290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 76.89%
G = 17.23%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7290E (or 0xB7290E) is known color: Harley Davidson Orange. HEX triplet: B7, 29 and 0E. RGB value is (183,41,14). Sum of RGB (Red+Green+Blue) = 183+41+14=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B7290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7290E is #48D6F1. Grayscale: #505050. Windows color (decimal): -4773618 or 928183. OLE color: 928183.

HSL color Cylindrical-coordinate representation of color #B7290E: hue angle of 9.59º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7290E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 14 -
CMYK 0 0.78 0.92 0.28
HSL 9.59º 0.86% 0.39% -
HSV(B) 9.59º 0.92% 0.72% -
XYZ 20.4 11.68 1.6 -
YUV 80.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 183 41 14 0 0.78 0.92 0.28 9.59 0.86 0.39
Hex B7 29 E 0 4E 5C 1C A 56 27
Octal 267 51 16 0 116 134 34 12 126 47
Binary 10110111 101001 1110 0 1001110 1011100 11100 1010 1010110 100111

Color Harmonies of #B7290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7290E

Black with #B7290E

Text Example


Text Example

White with #B7290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7290E; }

 p { color: rgb(183,41,14); }

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

background-color css

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

 a { background-color: rgb(183,41,14); }

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

border-color css

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

 span { border-color: rgb(183,41,14); }

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