Html Css Color HEX #B63012 Harley Davidson Orange

📋 copy color: '#B63012'

red 182 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #B63012

Tints of Harley Davidson Orange #B63012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 73.39%
G = 19.35%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63012 (or 0xB63012) is known color: Harley Davidson Orange. HEX triplet: B6, 30 and 12. RGB value is (182,48,18). Sum of RGB (Red+Green+Blue) = 182+48+18=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B63012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63012 is #49CFED. Grayscale: #545454. Windows color (decimal): -4837358 or 1192118. OLE color: 1192118.

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

Color convert

RGB 182 48 18 -
CMYK 0 0.74 0.90 0.29
HSL 10.98º 0.82% 0.39% -
HSV(B) 10.98º 0.9% 0.71% -
XYZ 20.46 12.1 1.83 -
YUV 84.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 182 48 18 0 0.74 0.90 0.29 10.98 0.82 0.39
Hex B6 30 12 0 4A 5A 1D B 52 27
Octal 266 60 22 0 112 132 35 13 122 47
Binary 10110110 110000 10010 0 1001010 1011010 11101 1011 1010010 100111

Color Harmonies of #B63012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63012

Black with #B63012

Text Example


Text Example

White with #B63012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63012; }

 p { color: rgb(182,48,18); }

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

background-color css

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

 a { background-color: rgb(182,48,18); }

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

border-color css

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

 span { border-color: rgb(182,48,18); }

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