Html Css Color HEX #B83313 Harley Davidson Orange

📋 copy color: '#B83313'

red 184 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #B83313

Tints of Harley Davidson Orange #B83313

RGB

 RED value IS 184 (72.27% from 255) = 72.44%

 GREEN value IS 51 (20.31% from 255) = 20.08%

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 72.44%
G = 20.08%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B83313 (or 0xB83313) is known color: Harley Davidson Orange. HEX triplet: B8, 33 and 13. RGB value is (184,51,19). Sum of RGB (Red+Green+Blue) = 184+51+19=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B83313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83313 is #47CCEC. Grayscale: #575757. Windows color (decimal): -4705517 or 1258424. OLE color: 1258424.

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

Color convert

RGB 184 51 19 -
CMYK 0 0.72 0.90 0.28
HSL 11.64º 0.81% 0.4% -
HSV(B) 11.64º 0.9% 0.72% -
XYZ 21.07 12.61 1.94 -
YUV 87.12 89.56 197.1 -
System Red Green Blue C M Y K H S L
Decimal 184 51 19 0 0.72 0.90 0.28 11.64 0.81 0.4
Hex B8 33 13 0 48 5A 1C C 51 28
Octal 270 63 23 0 110 132 34 14 121 50
Binary 10111000 110011 10011 0 1001000 1011010 11100 1100 1010001 101000

Color Harmonies of #B83313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83313

Black with #B83313

Text Example


Text Example

White with #B83313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83313; }

 p { color: rgb(184,51,19); }

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

background-color css

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

 a { background-color: rgb(184,51,19); }

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

border-color css

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

 span { border-color: rgb(184,51,19); }

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