Html Css Color HEX #BE3A22 Harley Davidson Orange

📋 copy color: '#BE3A22'

red 190 ◦ green 58 ◦ blue 34

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

Shades of Harley Davidson Orange #BE3A22

Tints of Harley Davidson Orange #BE3A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 67.38%
G = 20.57%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE3A22 (or 0xBE3A22) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 22. RGB value is (190,58,34). Sum of RGB (Red+Green+Blue) = 190+58+34=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A22 is #41C5DD. Grayscale: #5E5E5E. Windows color (decimal): -4310494 or 2243262. OLE color: 2243262.

HSL color Cylindrical-coordinate representation of color #BE3A22: hue angle of 9.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE3A22 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 34 -
CMYK 0 0.69 0.82 0.25
HSL 9.23º 0.7% 0.44% -
HSV(B) 9.23º 0.82% 0.75% -
XYZ 23.04 14.09 3.02 -
YUV 94.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 190 58 34 0 0.69 0.82 0.25 9.23 0.7 0.44
Hex BE 3A 22 0 45 52 19 9 46 2C
Octal 276 72 42 0 105 122 31 11 106 54
Binary 10111110 111010 100010 0 1000101 1010010 11001 1001 1000110 101100

Color Harmonies of #BE3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A22

Black with #BE3A22

Text Example


Text Example

White with #BE3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A22; }

 p { color: rgb(190,58,34); }

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

background-color css

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

 a { background-color: rgb(190,58,34); }

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

border-color css

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

 span { border-color: rgb(190,58,34); }

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