Html Css Color HEX #BE3512 Harley Davidson Orange

📋 copy color: '#BE3512'

red 190 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #BE3512

Tints of Harley Davidson Orange #BE3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

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

R = 72.8%
G = 20.31%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE3512 (or 0xBE3512) is known color: Harley Davidson Orange. HEX triplet: BE, 35 and 12. RGB value is (190,53,18). Sum of RGB (Red+Green+Blue) = 190+53+18=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3512 is #41CAED. Grayscale: #5A5A5A. Windows color (decimal): -4311790 or 1193406. OLE color: 1193406.

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

Color convert

RGB 190 53 18 -
CMYK 0 0.72 0.91 0.25
HSL 12.21º 0.83% 0.41% -
HSV(B) 12.21º 0.91% 0.75% -
XYZ 22.62 13.54 1.99 -
YUV 89.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 190 53 18 0 0.72 0.91 0.25 12.21 0.83 0.41
Hex BE 35 12 0 48 5B 19 C 53 29
Octal 276 65 22 0 110 133 31 14 123 51
Binary 10111110 110101 10010 0 1001000 1011011 11001 1100 1010011 101001

Color Harmonies of #BE3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3512

Black with #BE3512

Text Example


Text Example

White with #BE3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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