Html Css Color HEX #B7290C Harley Davidson Orange

📋 copy color: '#B7290C'

red 183 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #B7290C

Tints of Harley Davidson Orange #B7290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 77.54%
G = 17.37%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7290C (or 0xB7290C) is known color: Harley Davidson Orange. HEX triplet: B7, 29 and 0C. RGB value is (183,41,12). Sum of RGB (Red+Green+Blue) = 183+41+12=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B7290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7290C is #48D6F3. Grayscale: #505050. Windows color (decimal): -4773620 or 797111. OLE color: 797111.

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

Color convert

RGB 183 41 12 -
CMYK 0 0.78 0.93 0.28
HSL 10.18º 0.88% 0.38% -
HSV(B) 10.18º 0.93% 0.72% -
XYZ 20.39 11.68 1.53 -
YUV 80.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 183 41 12 0 0.78 0.93 0.28 10.18 0.88 0.38
Hex B7 29 C 0 4E 5D 1C A 58 26
Octal 267 51 14 0 116 135 34 12 130 46
Binary 10110111 101001 1100 0 1001110 1011101 11100 1010 1011000 100110

Color Harmonies of #B7290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7290C

Black with #B7290C

Text Example


Text Example

White with #B7290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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