Html Css Color HEX #BE3D1B Harley Davidson Orange

📋 copy color: '#BE3D1B'

red 190 ◦ green 61 ◦ blue 27

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

Shades of Harley Davidson Orange #BE3D1B

Tints of Harley Davidson Orange #BE3D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 68.35%
G = 21.94%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE3D1B (or 0xBE3D1B) is known color: Harley Davidson Orange. HEX triplet: BE, 3D and 1B. RGB value is (190,61,27). Sum of RGB (Red+Green+Blue) = 190+61+27=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D1B is #41C2E4. Grayscale: #5F5F5F. Windows color (decimal): -4309733 or 1785278. OLE color: 1785278.

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

Color convert

RGB 190 61 27 -
CMYK 0 0.68 0.86 0.25
HSL 12.52º 0.75% 0.43% -
HSV(B) 12.52º 0.86% 0.75% -
XYZ 23.1 14.36 2.59 -
YUV 95.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 190 61 27 0 0.68 0.86 0.25 12.52 0.75 0.43
Hex BE 3D 1B 0 44 56 19 D 4B 2B
Octal 276 75 33 0 104 126 31 15 113 53
Binary 10111110 111101 11011 0 1000100 1010110 11001 1101 1001011 101011

Color Harmonies of #BE3D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D1B

Black with #BE3D1B

Text Example


Text Example

White with #BE3D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D1B; }

 p { color: rgb(190,61,27); }

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

background-color css

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

 a { background-color: rgb(190,61,27); }

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

border-color css

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

 span { border-color: rgb(190,61,27); }

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