Html Css Color HEX #B73010 Harley Davidson Orange

📋 copy color: '#B73010'

red 183 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #B73010

Tints of Harley Davidson Orange #B73010

RGB

 RED value IS 183 (71.88% from 255) = 74.09%

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 74.09%
G = 19.43%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B73010 (or 0xB73010) is known color: Harley Davidson Orange. HEX triplet: B7, 30 and 10. RGB value is (183,48,16). Sum of RGB (Red+Green+Blue) = 183+48+16=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B73010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73010 is #48CFEF. Grayscale: #545454. Windows color (decimal): -4771824 or 1061047. OLE color: 1061047.

HSL color Cylindrical-coordinate representation of color #B73010: hue angle of 11.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B73010 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 16 -
CMYK 0 0.74 0.91 0.28
HSL 11.5º 0.84% 0.39% -
HSV(B) 11.5º 0.91% 0.72% -
XYZ 20.68 12.22 1.76 -
YUV 84.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 183 48 16 0 0.74 0.91 0.28 11.5 0.84 0.39
Hex B7 30 10 0 4A 5B 1C B 54 27
Octal 267 60 20 0 112 133 34 13 124 47
Binary 10110111 110000 10000 0 1001010 1011011 11100 1011 1010100 100111

Color Harmonies of #B73010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73010

Black with #B73010

Text Example


Text Example

White with #B73010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73010; }

 p { color: rgb(183,48,16); }

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

background-color css

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

 a { background-color: rgb(183,48,16); }

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

border-color css

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

 span { border-color: rgb(183,48,16); }

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