Html Css Color HEX #B62006 Harley Davidson Orange

📋 copy color: '#B62006'

red 182 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #B62006

Tints of Harley Davidson Orange #B62006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 82.73%
G = 14.55%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B62006 (or 0xB62006) is known color: Harley Davidson Orange. HEX triplet: B6, 20 and 06. RGB value is (182,32,6). Sum of RGB (Red+Green+Blue) = 182+32+6=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B62006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62006 is #49DFF9. Grayscale: #4A4A4A. Windows color (decimal): -4841466 or 401590. OLE color: 401590.

HSL color Cylindrical-coordinate representation of color #B62006: hue angle of 8.86º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B62006 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 6 -
CMYK 0 0.82 0.97 0.29
HSL 8.86º 0.94% 0.37% -
HSV(B) 8.86º 0.97% 0.71% -
XYZ 19.84 10.99 1.25 -
YUV 73.89 89.7 205.11 -
System Red Green Blue C M Y K H S L
Decimal 182 32 6 0 0.82 0.97 0.29 8.86 0.94 0.37
Hex B6 20 6 0 52 61 1D 9 5E 25
Octal 266 40 6 0 122 141 35 11 136 45
Binary 10110110 100000 110 0 1010010 1100001 11101 1001 1011110 100101

Color Harmonies of #B62006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62006

Black with #B62006

Text Example


Text Example

White with #B62006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62006; }

 p { color: rgb(182,32,6); }

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

background-color css

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

 a { background-color: rgb(182,32,6); }

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

border-color css

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

 span { border-color: rgb(182,32,6); }

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