Html Css Color HEX #BE3412 Harley Davidson Orange

📋 copy color: '#BE3412'

red 190 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #BE3412

Tints of Harley Davidson Orange #BE3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 73.08%
G = 20%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE3412 (or 0xBE3412) is known color: Harley Davidson Orange. HEX triplet: BE, 34 and 12. RGB value is (190,52,18). Sum of RGB (Red+Green+Blue) = 190+52+18=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3412 is #41CBED. Grayscale: #595959. Windows color (decimal): -4312046 or 1193150. OLE color: 1193150.

HSL color Cylindrical-coordinate representation of color #BE3412: hue angle of 11.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE3412 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 18 -
CMYK 0 0.73 0.91 0.25
HSL 11.86º 0.83% 0.41% -
HSV(B) 11.86º 0.91% 0.75% -
XYZ 22.57 13.45 1.98 -
YUV 89.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 190 52 18 0 0.73 0.91 0.25 11.86 0.83 0.41
Hex BE 34 12 0 49 5B 19 C 53 29
Octal 276 64 22 0 111 133 31 14 123 51
Binary 10111110 110100 10010 0 1001001 1011011 11001 1100 1010011 101001

Color Harmonies of #BE3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3412

Black with #BE3412

Text Example


Text Example

White with #BE3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3412; }

 p { color: rgb(190,52,18); }

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

background-color css

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

 a { background-color: rgb(190,52,18); }

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

border-color css

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

 span { border-color: rgb(190,52,18); }

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