Html Css Color HEX #BE3915 Harley Davidson Orange

📋 copy color: '#BE3915'

red 190 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #BE3915

Tints of Harley Davidson Orange #BE3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 70.9%
G = 21.27%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3915 (or 0xBE3915) is known color: Harley Davidson Orange. HEX triplet: BE, 39 and 15. RGB value is (190,57,21). Sum of RGB (Red+Green+Blue) = 190+57+21=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3915 is #41C6EA. Grayscale: #5C5C5C. Windows color (decimal): -4310763 or 1391038. OLE color: 1391038.

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

Color convert

RGB 190 57 21 -
CMYK 0 0.7 0.89 0.25
HSL 12.78º 0.8% 0.41% -
HSV(B) 12.78º 0.89% 0.75% -
XYZ 22.83 13.93 2.19 -
YUV 92.66 87.56 197.43 -
System Red Green Blue C M Y K H S L
Decimal 190 57 21 0 0.7 0.89 0.25 12.78 0.8 0.41
Hex BE 39 15 0 46 59 19 D 50 29
Octal 276 71 25 0 106 131 31 15 120 51
Binary 10111110 111001 10101 0 1000110 1011001 11001 1101 1010000 101001

Color Harmonies of #BE3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3915

Black with #BE3915

Text Example


Text Example

White with #BE3915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3915; }

 p { color: rgb(190,57,21); }

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

background-color css

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

 a { background-color: rgb(190,57,21); }

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

border-color css

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

 span { border-color: rgb(190,57,21); }

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