Html Css Color HEX #B73214 Harley Davidson Orange

📋 copy color: '#B73214'

red 183 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #B73214

Tints of Harley Davidson Orange #B73214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 72.33%
G = 19.76%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73214 (or 0xB73214) is known color: Harley Davidson Orange. HEX triplet: B7, 32 and 14. RGB value is (183,50,20). Sum of RGB (Red+Green+Blue) = 183+50+20=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B73214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73214 is #48CDEB. Grayscale: #565656. Windows color (decimal): -4771308 or 1323703. OLE color: 1323703.

HSL color Cylindrical-coordinate representation of color #B73214: hue angle of 11.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73214 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 20 -
CMYK 0 0.73 0.89 0.28
HSL 11.04º 0.8% 0.4% -
HSV(B) 11.04º 0.89% 0.72% -
XYZ 20.8 12.4 1.96 -
YUV 86.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 183 50 20 0 0.73 0.89 0.28 11.04 0.8 0.4
Hex B7 32 14 0 49 59 1C B 50 28
Octal 267 62 24 0 111 131 34 13 120 50
Binary 10110111 110010 10100 0 1001001 1011001 11100 1011 1010000 101000

Color Harmonies of #B73214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73214

Black with #B73214

Text Example


Text Example

White with #B73214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73214; }

 p { color: rgb(183,50,20); }

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

background-color css

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

 a { background-color: rgb(183,50,20); }

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

border-color css

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

 span { border-color: rgb(183,50,20); }

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