Html Css Color HEX #BE3C18 Harley Davidson Orange

📋 copy color: '#BE3C18'

red 190 ◦ green 60 ◦ blue 24

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

Shades of Harley Davidson Orange #BE3C18

Tints of Harley Davidson Orange #BE3C18

RGB

 RED value IS 190 (74.61% from 255) = 69.34%

 GREEN value IS 60 (23.83% from 255) = 21.9%

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

R = 69.34%
G = 21.9%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE3C18 (or 0xBE3C18) is known color: Harley Davidson Orange. HEX triplet: BE, 3C and 18. RGB value is (190,60,24). Sum of RGB (Red+Green+Blue) = 190+60+24=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C18 is #41C3E7. Grayscale: #5F5F5F. Windows color (decimal): -4309992 or 1588414. OLE color: 1588414.

HSL color Cylindrical-coordinate representation of color #BE3C18: hue angle of 13.01º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE3C18 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 60 24 -
CMYK 0 0.68 0.87 0.25
HSL 13.01º 0.78% 0.42% -
HSV(B) 13.01º 0.87% 0.75% -
XYZ 23.02 14.24 2.4 -
YUV 94.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 190 60 24 0 0.68 0.87 0.25 13.01 0.78 0.42
Hex BE 3C 18 0 44 57 19 D 4E 2A
Octal 276 74 30 0 104 127 31 15 116 52
Binary 10111110 111100 11000 0 1000100 1010111 11001 1101 1001110 101010

Color Harmonies of #BE3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C18

Black with #BE3C18

Text Example


Text Example

White with #BE3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C18; }

 p { color: rgb(190,60,24); }

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

background-color css

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

 a { background-color: rgb(190,60,24); }

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

border-color css

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

 span { border-color: rgb(190,60,24); }

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