Html Css Color HEX #B62911 Harley Davidson Orange

📋 copy color: '#B62911'

red 182 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #B62911

Tints of Harley Davidson Orange #B62911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 75.83%
G = 17.08%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B62911 (or 0xB62911) is known color: Harley Davidson Orange. HEX triplet: B6, 29 and 11. RGB value is (182,41,17). Sum of RGB (Red+Green+Blue) = 182+41+17=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B62911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62911 is #49D6EE. Grayscale: #505050. Windows color (decimal): -4839151 or 1124790. OLE color: 1124790.

HSL color Cylindrical-coordinate representation of color #B62911: hue angle of 8.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B62911 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 17 -
CMYK 0 0.77 0.91 0.29
HSL 8.73º 0.83% 0.39% -
HSV(B) 8.73º 0.91% 0.71% -
XYZ 20.19 11.57 1.7 -
YUV 80.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 182 41 17 0 0.77 0.91 0.29 8.73 0.83 0.39
Hex B6 29 11 0 4D 5B 1D 9 53 27
Octal 266 51 21 0 115 133 35 11 123 47
Binary 10110110 101001 10001 0 1001101 1011011 11101 1001 1010011 100111

Color Harmonies of #B62911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62911

Black with #B62911

Text Example


Text Example

White with #B62911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62911; }

 p { color: rgb(182,41,17); }

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

background-color css

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

 a { background-color: rgb(182,41,17); }

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

border-color css

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

 span { border-color: rgb(182,41,17); }

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