Html Css Color HEX #BE331E Harley Davidson Orange

📋 copy color: '#BE331E'

red 190 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #BE331E

Tints of Harley Davidson Orange #BE331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 70.11%
G = 18.82%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE331E (or 0xBE331E) is known color: Harley Davidson Orange. HEX triplet: BE, 33 and 1E. RGB value is (190,51,30). Sum of RGB (Red+Green+Blue) = 190+51+30=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE331E is #41CCE1. Grayscale: #5A5A5A. Windows color (decimal): -4312290 or 1979326. OLE color: 1979326.

HSL color Cylindrical-coordinate representation of color #BE331E: hue angle of 7.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE331E is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 51 30 -
CMYK 0 0.73 0.84 0.25
HSL 7.88º 0.73% 0.43% -
HSV(B) 7.88º 0.84% 0.75% -
XYZ 22.65 13.41 2.62 -
YUV 90.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 190 51 30 0 0.73 0.84 0.25 7.88 0.73 0.43
Hex BE 33 1E 0 49 54 19 8 49 2B
Octal 276 63 36 0 111 124 31 10 111 53
Binary 10111110 110011 11110 0 1001001 1010100 11001 1000 1001001 101011

Color Harmonies of #BE331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE331E

Black with #BE331E

Text Example


Text Example

White with #BE331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE331E; }

 p { color: rgb(190,51,30); }

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

background-color css

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

 a { background-color: rgb(190,51,30); }

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

border-color css

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

 span { border-color: rgb(190,51,30); }

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