Html Css Color HEX #B62F11 Harley Davidson Orange

📋 copy color: '#B62F11'

red 182 ◦ green 47 ◦ blue 17

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

Shades of Harley Davidson Orange #B62F11

Tints of Harley Davidson Orange #B62F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.11%

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

R = 73.98%
G = 19.11%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B62F11 (or 0xB62F11) is known color: Harley Davidson Orange. HEX triplet: B6, 2F and 11. RGB value is (182,47,17). Sum of RGB (Red+Green+Blue) = 182+47+17=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62F11 is #49D0EE. Grayscale: #545454. Windows color (decimal): -4837615 or 1126326. OLE color: 1126326.

HSL color Cylindrical-coordinate representation of color #B62F11: hue angle of 10.91º 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 #B62F11 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 47 17 -
CMYK 0 0.74 0.91 0.29
HSL 10.91º 0.83% 0.39% -
HSV(B) 10.91º 0.91% 0.71% -
XYZ 20.41 12.02 1.77 -
YUV 83.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 182 47 17 0 0.74 0.91 0.29 10.91 0.83 0.39
Hex B6 2F 11 0 4A 5B 1D B 53 27
Octal 266 57 21 0 112 133 35 13 123 47
Binary 10110110 101111 10001 0 1001010 1011011 11101 1011 1010011 100111

Color Harmonies of #B62F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F11

Black with #B62F11

Text Example


Text Example

White with #B62F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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