Html Css Color HEX #BE370F Harley Davidson Orange

📋 copy color: '#BE370F'

red 190 ◦ green 55 ◦ blue 15

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

Shades of Harley Davidson Orange #BE370F

Tints of Harley Davidson Orange #BE370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 73.08%
G = 21.15%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE370F (or 0xBE370F) is known color: Harley Davidson Orange. HEX triplet: BE, 37 and 0F. RGB value is (190,55,15). Sum of RGB (Red+Green+Blue) = 190+55+15=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE370F is #41C8F0. Grayscale: #5B5B5B. Windows color (decimal): -4311281 or 997310. OLE color: 997310.

HSL color Cylindrical-coordinate representation of color #BE370F: hue angle of 13.71º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE370F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 15 -
CMYK 0 0.71 0.92 0.25
HSL 13.71º 0.85% 0.4% -
HSV(B) 13.71º 0.92% 0.75% -
XYZ 22.69 13.71 1.9 -
YUV 90.81 85.23 198.75 -
System Red Green Blue C M Y K H S L
Decimal 190 55 15 0 0.71 0.92 0.25 13.71 0.85 0.4
Hex BE 37 F 0 47 5C 19 E 55 28
Octal 276 67 17 0 107 134 31 16 125 50
Binary 10111110 110111 1111 0 1000111 1011100 11001 1110 1010101 101000

Color Harmonies of #BE370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE370F

Black with #BE370F

Text Example


Text Example

White with #BE370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE370F; }

 p { color: rgb(190,55,15); }

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

background-color css

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

 a { background-color: rgb(190,55,15); }

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

border-color css

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

 span { border-color: rgb(190,55,15); }

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