Html Css Color HEX #BE260C Harley Davidson Orange

📋 copy color: '#BE260C'

red 190 ◦ green 38 ◦ blue 12

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

Shades of Harley Davidson Orange #BE260C

Tints of Harley Davidson Orange #BE260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 79.17%
G = 15.83%
B = 5%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE260C (or 0xBE260C) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 0C. RGB value is (190,38,12). Sum of RGB (Red+Green+Blue) = 190+38+12=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE260C is #41D9F3. Grayscale: #505050. Windows color (decimal): -4315636 or 796350. OLE color: 796350.

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

Color convert

RGB 190 38 12 -
CMYK 0 0.8 0.94 0.25
HSL 8.76º 0.88% 0.4% -
HSV(B) 8.76º 0.94% 0.75% -
XYZ 21.99 12.36 1.57 -
YUV 80.48 89.36 206.11 -
System Red Green Blue C M Y K H S L
Decimal 190 38 12 0 0.8 0.94 0.25 8.76 0.88 0.4
Hex BE 26 C 0 50 5E 19 9 58 28
Octal 276 46 14 0 120 136 31 11 130 50
Binary 10111110 100110 1100 0 1010000 1011110 11001 1001 1011000 101000

Color Harmonies of #BE260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE260C

Black with #BE260C

Text Example


Text Example

White with #BE260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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