Html Css Color HEX #BE2F09 Harley Davidson Orange

📋 copy color: '#BE2F09'

red 190 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #BE2F09

Tints of Harley Davidson Orange #BE2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.11%

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 77.24%
G = 19.11%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE2F09 (or 0xBE2F09) is known color: Harley Davidson Orange. HEX triplet: BE, 2F and 09. RGB value is (190,47,9). Sum of RGB (Red+Green+Blue) = 190+47+9=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2F09 is #41D0F6. Grayscale: #555555. Windows color (decimal): -4313335 or 602046. OLE color: 602046.

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

Color convert

RGB 190 47 9 -
CMYK 0 0.75 0.95 0.25
HSL 12.6º 0.91% 0.39% -
HSV(B) 12.6º 0.95% 0.75% -
XYZ 22.3 13 1.59 -
YUV 85.43 84.88 202.59 -
System Red Green Blue C M Y K H S L
Decimal 190 47 9 0 0.75 0.95 0.25 12.6 0.91 0.39
Hex BE 2F 9 0 4B 5F 19 D 5B 27
Octal 276 57 11 0 113 137 31 15 133 47
Binary 10111110 101111 1001 0 1001011 1011111 11001 1101 1011011 100111

Color Harmonies of #BE2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F09

Black with #BE2F09

Text Example


Text Example

White with #BE2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F09; }

 p { color: rgb(190,47,9); }

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

background-color css

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

 a { background-color: rgb(190,47,9); }

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

border-color css

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

 span { border-color: rgb(190,47,9); }

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