Html Css Color HEX #B62000 Harley Davidson Orange

📋 copy color: '#B62000'

red 182 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #B62000

Tints of Harley Davidson Orange #B62000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.05%
G = 14.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B62000 (or 0xB62000) is known color: Harley Davidson Orange. HEX triplet: B6, 20 and 00. RGB value is (182,32,0). Sum of RGB (Red+Green+Blue) = 182+32+0=214 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.05% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 182 - color contains mainly: red. Hex color #B62000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62000 is #49DFFF. Grayscale: #494949. Windows color (decimal): -4841472 or 8374. OLE color: 8374.

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

Color convert

RGB 182 32 0 -
CMYK 0 0.82 1 0.29
HSL 10.55º 1% 0.36% -
HSV(B) 10.55º 1% 0.71% -
XYZ 19.81 10.98 1.07 -
YUV 73.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 182 32 0 0 0.82 1 0.29 10.55 1 0.36
Hex B6 20 0 0 52 64 1D B 64 24
Octal 266 40 0 0 122 144 35 13 144 44
Binary 10110110 100000 0 0 1010010 1100100 11101 1011 1100100 100100

Color Harmonies of #B62000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62000

Black with #B62000

Text Example


Text Example

White with #B62000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62000; }

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

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

background-color css

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

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

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

border-color css

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

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

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