Html Css Color HEX #BE3D1F Harley Davidson Orange

📋 copy color: '#BE3D1F'

red 190 ◦ green 61 ◦ blue 31

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

Shades of Harley Davidson Orange #BE3D1F

Tints of Harley Davidson Orange #BE3D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 67.38%
G = 21.63%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE3D1F (or 0xBE3D1F) is known color: Harley Davidson Orange. HEX triplet: BE, 3D and 1F. RGB value is (190,61,31). Sum of RGB (Red+Green+Blue) = 190+61+31=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D1F is #41C2E0. Grayscale: #606060. Windows color (decimal): -4309729 or 2047422. OLE color: 2047422.

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

Color convert

RGB 190 61 31 -
CMYK 0 0.68 0.84 0.25
HSL 11.32º 0.72% 0.43% -
HSV(B) 11.32º 0.84% 0.75% -
XYZ 23.15 14.38 2.85 -
YUV 96.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 190 61 31 0 0.68 0.84 0.25 11.32 0.72 0.43
Hex BE 3D 1F 0 44 54 19 B 48 2B
Octal 276 75 37 0 104 124 31 13 110 53
Binary 10111110 111101 11111 0 1000100 1010100 11001 1011 1001000 101011

Color Harmonies of #BE3D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D1F

Black with #BE3D1F

Text Example


Text Example

White with #BE3D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D1F; }

 p { color: rgb(190,61,31); }

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

background-color css

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

 a { background-color: rgb(190,61,31); }

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

border-color css

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

 span { border-color: rgb(190,61,31); }

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