Html Css Color HEX #BE330B Harley Davidson Orange

📋 copy color: '#BE330B'

red 190 ◦ green 51 ◦ blue 11

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

Shades of Harley Davidson Orange #BE330B

Tints of Harley Davidson Orange #BE330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 75.4%
G = 20.24%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE330B (or 0xBE330B) is known color: Harley Davidson Orange. HEX triplet: BE, 33 and 0B. RGB value is (190,51,11). Sum of RGB (Red+Green+Blue) = 190+51+11=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE330B is #41CCF4. Grayscale: #585858. Windows color (decimal): -4312309 or 734142. OLE color: 734142.

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

Color convert

RGB 190 51 11 -
CMYK 0 0.73 0.94 0.25
HSL 13.41º 0.89% 0.39% -
HSV(B) 13.41º 0.94% 0.75% -
XYZ 22.48 13.34 1.71 -
YUV 88 84.55 200.75 -
System Red Green Blue C M Y K H S L
Decimal 190 51 11 0 0.73 0.94 0.25 13.41 0.89 0.39
Hex BE 33 B 0 49 5E 19 D 59 27
Octal 276 63 13 0 111 136 31 15 131 47
Binary 10111110 110011 1011 0 1001001 1011110 11001 1101 1011001 100111

Color Harmonies of #BE330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE330B

Black with #BE330B

Text Example


Text Example

White with #BE330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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