Html Css Color HEX #B73018 Harley Davidson Orange

📋 copy color: '#B73018'

red 183 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #B73018

Tints of Harley Davidson Orange #B73018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 71.76%
G = 18.82%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B73018 (or 0xB73018) is known color: Harley Davidson Orange. HEX triplet: B7, 30 and 18. RGB value is (183,48,24). Sum of RGB (Red+Green+Blue) = 183+48+24=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B73018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73018 is #48CFE7. Grayscale: #555555. Windows color (decimal): -4771816 or 1585335. OLE color: 1585335.

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

Color convert

RGB 183 48 24 -
CMYK 0 0.74 0.87 0.28
HSL 9.06º 0.77% 0.41% -
HSV(B) 9.06º 0.87% 0.72% -
XYZ 20.75 12.25 2.13 -
YUV 85.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 183 48 24 0 0.74 0.87 0.28 9.06 0.77 0.41
Hex B7 30 18 0 4A 57 1C 9 4D 29
Octal 267 60 30 0 112 127 34 11 115 51
Binary 10110111 110000 11000 0 1001010 1010111 11100 1001 1001101 101001

Color Harmonies of #B73018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73018

Black with #B73018

Text Example


Text Example

White with #B73018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73018; }

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

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

background-color css

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

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

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

border-color css

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

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

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