Html Css Color HEX #BE260B Harley Davidson Orange

📋 copy color: '#BE260B'

red 190 ◦ green 38 ◦ blue 11

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

Shades of Harley Davidson Orange #BE260B

Tints of Harley Davidson Orange #BE260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 79.5%
G = 15.9%
B = 4.6%

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

#BE260B (or 0xBE260B) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 0B. RGB value is (190,38,11). Sum of RGB (Red+Green+Blue) = 190+38+11=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE260B is #41D9F4. Grayscale: #505050. Windows color (decimal): -4315637 or 730814. OLE color: 730814.

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

Color convert

RGB 190 38 11 -
CMYK 0 0.8 0.94 0.25
HSL 9.05º 0.89% 0.39% -
HSV(B) 9.05º 0.94% 0.75% -
XYZ 21.99 12.36 1.54 -
YUV 80.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 190 38 11 0 0.8 0.94 0.25 9.05 0.89 0.39
Hex BE 26 B 0 50 5E 19 9 59 27
Octal 276 46 13 0 120 136 31 11 131 47
Binary 10111110 100110 1011 0 1010000 1011110 11001 1001 1011001 100111

Color Harmonies of #BE260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE260B

Black with #BE260B

Text Example


Text Example

White with #BE260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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