Html Css Color HEX #BE3618 Harley Davidson Orange

📋 copy color: '#BE3618'

red 190 ◦ green 54 ◦ blue 24

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

Shades of Harley Davidson Orange #BE3618

Tints of Harley Davidson Orange #BE3618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

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

R = 70.9%
G = 20.15%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE3618 (or 0xBE3618) is known color: Harley Davidson Orange. HEX triplet: BE, 36 and 18. RGB value is (190,54,24). Sum of RGB (Red+Green+Blue) = 190+54+24=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3618 is #41C9E7. Grayscale: #5B5B5B. Windows color (decimal): -4311528 or 1586878. OLE color: 1586878.

HSL color Cylindrical-coordinate representation of color #BE3618: hue angle of 10.84º 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 #BE3618 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 54 24 -
CMYK 0 0.72 0.87 0.25
HSL 10.84º 0.78% 0.42% -
HSV(B) 10.84º 0.87% 0.75% -
XYZ 22.72 13.65 2.3 -
YUV 91.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 190 54 24 0 0.72 0.87 0.25 10.84 0.78 0.42
Hex BE 36 18 0 48 57 19 B 4E 2A
Octal 276 66 30 0 110 127 31 13 116 52
Binary 10111110 110110 11000 0 1001000 1010111 11001 1011 1001110 101010

Color Harmonies of #BE3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3618

Black with #BE3618

Text Example


Text Example

White with #BE3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3618; }

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

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

background-color css

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

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

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

border-color css

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

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

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