Html Css Color HEX #BE3423 Harley Davidson Orange

📋 copy color: '#BE3423'

red 190 ◦ green 52 ◦ blue 35

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

Shades of Harley Davidson Orange #BE3423

Tints of Harley Davidson Orange #BE3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 68.59%
G = 18.77%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE3423 (or 0xBE3423) is known color: Harley Davidson Orange. HEX triplet: BE, 34 and 23. RGB value is (190,52,35). Sum of RGB (Red+Green+Blue) = 190+52+35=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3423 is #41CBDC. Grayscale: #5B5B5B. Windows color (decimal): -4312029 or 2307262. OLE color: 2307262.

HSL color Cylindrical-coordinate representation of color #BE3423: hue angle of 6.58º degrees, saturation: 0.69, 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 #BE3423 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 35 -
CMYK 0 0.73 0.82 0.25
HSL 6.58º 0.69% 0.44% -
HSV(B) 6.58º 0.82% 0.75% -
XYZ 22.77 13.52 3 -
YUV 91.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 190 52 35 0 0.73 0.82 0.25 6.58 0.69 0.44
Hex BE 34 23 0 49 52 19 7 45 2C
Octal 276 64 43 0 111 122 31 7 105 54
Binary 10111110 110100 100011 0 1001001 1010010 11001 111 1000101 101100

Color Harmonies of #BE3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3423

Black with #BE3423

Text Example


Text Example

White with #BE3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3423; }

 p { color: rgb(190,52,35); }

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

background-color css

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

 a { background-color: rgb(190,52,35); }

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

border-color css

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

 span { border-color: rgb(190,52,35); }

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