Html Css Color HEX #BE331D Harley Davidson Orange

📋 copy color: '#BE331D'

red 190 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #BE331D

Tints of Harley Davidson Orange #BE331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 70.37%
G = 18.89%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE331D (or 0xBE331D) is known color: Harley Davidson Orange. HEX triplet: BE, 33 and 1D. RGB value is (190,51,29). Sum of RGB (Red+Green+Blue) = 190+51+29=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE331D is #41CCE2. Grayscale: #5A5A5A. Windows color (decimal): -4312291 or 1913790. OLE color: 1913790.

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

Color convert

RGB 190 51 29 -
CMYK 0 0.73 0.85 0.25
HSL 8.2º 0.74% 0.43% -
HSV(B) 8.2º 0.85% 0.75% -
XYZ 22.64 13.4 2.56 -
YUV 90.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 190 51 29 0 0.73 0.85 0.25 8.2 0.74 0.43
Hex BE 33 1D 0 49 55 19 8 4A 2B
Octal 276 63 35 0 111 125 31 10 112 53
Binary 10111110 110011 11101 0 1001001 1010101 11001 1000 1001010 101011

Color Harmonies of #BE331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE331D

Black with #BE331D

Text Example


Text Example

White with #BE331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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