Html Css Color HEX #BE260F Harley Davidson Orange

📋 copy color: '#BE260F'

red 190 ◦ green 38 ◦ blue 15

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

Shades of Harley Davidson Orange #BE260F

Tints of Harley Davidson Orange #BE260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 78.19%
G = 15.64%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE260F (or 0xBE260F) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 0F. RGB value is (190,38,15). Sum of RGB (Red+Green+Blue) = 190+38+15=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE260F is #41D9F0. Grayscale: #515151. Windows color (decimal): -4315633 or 992958. OLE color: 992958.

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

Color convert

RGB 190 38 15 -
CMYK 0 0.8 0.92 0.25
HSL 7.89º 0.85% 0.4% -
HSV(B) 7.89º 0.92% 0.75% -
XYZ 22.01 12.37 1.68 -
YUV 80.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 190 38 15 0 0.8 0.92 0.25 7.89 0.85 0.4
Hex BE 26 F 0 50 5C 19 8 55 28
Octal 276 46 17 0 120 134 31 10 125 50
Binary 10111110 100110 1111 0 1010000 1011100 11001 1000 1010101 101000

Color Harmonies of #BE260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE260F

Black with #BE260F

Text Example


Text Example

White with #BE260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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